Searched refs:d_mountpoint (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Ddirhash.c79 if (!S_ISDIR(dentry->d_inode->i_mode)||!d_mountpoint(dentry)) {
91 while (d_mountpoint(dentry) && follow_down(&mnt, &dentry))
H A Droot.c68 if ( !ent->dentry || d_mountpoint(ent->dentry) ) {
122 if ( S_ISDIR(dentry->d_inode->i_mode) && !d_mountpoint(dentry) ) {
171 if ( S_ISDIR(dentry->d_inode->i_mode) && !d_mountpoint(dentry) ) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dexpire.c98 if (d_mountpoint(top))
112 if (d_mountpoint(dentry))
H A Droot.c123 !d_mountpoint(dentry) &&
171 !d_mountpoint(dentry) &&
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddcache.h270 static __inline__ int d_mountpoint(struct dentry *dentry) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddcache.h270 static __inline__ int d_mountpoint(struct dentry *dentry) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamei.c431 while (d_mountpoint(nd->dentry) && __follow_down(&nd->mnt, &nd->dentry))
524 while (d_mountpoint(dentry) && __follow_down(&nd->mnt, &dentry))
586 while (d_mountpoint(dentry) && __follow_down(&nd->mnt, &dentry))
1064 if (d_mountpoint(dentry)) {
1068 while (__follow_down(&nd->mnt,&dentry) && d_mountpoint(dentry));
1402 if (d_mountpoint(dentry))
1472 if (d_mountpoint(dentry))
1730 if (d_mountpoint(old_dentry)||d_mountpoint(new_dentry))
1782 if (d_mountpoint(old_dentr
[all...]
H A Ddcache.c438 if (d_mountpoint(parent))
448 if (d_mountpoint(dentry))
H A Dnamespace.c564 while(d_mountpoint(nd->dentry) && follow_down(&nd->mnt, &nd->dentry))
630 while(d_mountpoint(nd->dentry) && follow_down(&nd->mnt, &nd->dentry))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c293 if (victim->sys_entry[2] && d_mountpoint(victim->sys_entry[2]))
295 if (victim->sys_entry[3] && d_mountpoint(victim->sys_entry[3]))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dvfs.c956 if (d_mountpoint(dentry))
1473 else if (d_mountpoint(dentry)) {
1474 CERROR("foo: d_mountpoint(dentry): ino %ld\n",
1872 else if (d_mountpoint(old_dentry)||d_mountpoint(new_dentry))
1929 if (d_mountpoint(old_dentry)||d_mountpoint(new_dentry))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dvfs.c152 if (d_mountpoint(dentry)) {
156 while (follow_down(&mnt,&mounts)&&d_mountpoint(mounts))

Completed in 144 milliseconds