Searched refs:attr_remove_path (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 242 int attr_remove_path(pathname_t *, const char *, int); 612 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path() function 623 rval = attr_remove_path(&newname, attrname, flags); in attr_remove_path() 1532 e = attr_remove_path(&f, aname, ATTR_DONTFOLLOW) < 0 ? errno : 0; in attr_remove_f()
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 269 int attr_remove_path(pathname_t *, const char *, int); 639 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path() function 650 rval = attr_remove_path(&newname, attrname, flags); in attr_remove_path() 1557 e = attr_remove_path(&f, aname, ATTR_DONTFOLLOW) < 0 ? errno : 0; in attr_remove_f()
|