Searched refs:deref_link (Results 1 – 1 of 1) sorted by relevance
1768 bool deref_link; in f_xattr() local1770 deref_link = (ftsoptions & FTS_LOGICAL) != 0; in f_xattr()1772 deref_link = true; in f_xattr()1778 if (deref_link) in f_xattr()1790 find_has_xattr(const char *path, int ns, const char *aname, bool deref_link) in find_has_xattr() argument1794 if (deref_link) in find_has_xattr()1813 bool deref_link; in f_xattrname() local1815 deref_link = (ftsoptions & FTS_LOGICAL) != 0; in f_xattrname()1817 deref_link = true; in f_xattrname()1833 deref_link); in f_xattrname()[all …]