Searched refs:IS_ROOT (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddcache.h19 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddcache.h19 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Ddir.c241 if (server->state == CONN_VALID || !IS_ROOT(dentry))
384 if (IS_ROOT(dentry))
H A Dproc.c243 * If IS_ROOT, we have to do no walking at all.
245 if (IS_ROOT(entry) && !name) {
255 while (!IS_ROOT(entry)) {
270 if (IS_ROOT(entry))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamespace.c467 if (IS_ROOT(nd->dentry) || !d_unhashed(nd->dentry)) {
576 if (!IS_ROOT(nd->dentry) && d_unhashed(nd->dentry))
934 if (d_unhashed(new_nd.dentry) && !IS_ROOT(new_nd.dentry))
936 if (d_unhashed(old_nd.dentry) && !IS_ROOT(old_nd.dentry))
H A Ddcache.c953 if (!IS_ROOT(dentry) && list_empty(&dentry->d_hash)) {
968 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) {
H A Dnamei.c904 if (IS_ROOT(victim))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Ddir.c420 if (IS_ROOT(dentry))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfsfh.c207 /* this routine links an IS_ROOT dentry into the dcache tree. It gains "parent"
215 if (!IS_ROOT(target))
226 * make it an IS_ROOT instead
286 * I would prefer to return an unconnected "IS_ROOT" dentry,
323 /* child is an IS_ROOT (anonymous) dentry, but it is hypothesised that
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dvfs.c148 if (IS_ROOT(victim))

Completed in 110 milliseconds