Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 6 of 6) sorted by relevance

/fs/coda/
Dpioctl.c67 if (data.follow) { in coda_pioctl()
/fs/autofs4/
Droot.c195 goto follow; in autofs4_follow_link()
207 goto follow; in autofs4_follow_link()
223 goto follow; in autofs4_follow_link()
226 follow: in autofs4_follow_link()
/fs/
Dopen.c714 int follow; in SYSCALL_DEFINE5() local
719 follow = (flag & AT_SYMLINK_NOFOLLOW) ? 0 : LOOKUP_FOLLOW; in SYSCALL_DEFINE5()
720 error = user_path_at(dfd, filename, follow, &path); in SYSCALL_DEFINE5()
/fs/cifs/
DTODO101 2) follow_link and readdir code does not follow dfs junctions
DREADME57 If you have built the CIFS vfs into the kernel itself, follow the instructions
DCHANGES408 as directories rather than symlinks because we can do follow link on them.