Home
last modified time | relevance | path

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

/fs/coda/
Dpioctl.c67 if (data.follow) in coda_pioctl()
/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
DCHANGES472 as directories rather than symlinks because we can do follow link on them.
/fs/
Dnamei.c1288 static inline int should_follow_link(struct inode *inode, int follow) in should_follow_link() argument
1292 return follow; in should_follow_link()
1303 struct qstr *name, int type, int follow) in walk_component() argument
1324 if (should_follow_link(inode, follow)) { in walk_component()