Searched refs:follow (Results 1 – 5 of 5) sorted by relevance
67 if (data.follow) in coda_pioctl()
101 2) follow_link and readdir code does not follow dfs junctions
57 If you have built the CIFS vfs into the kernel itself, follow the instructions
472 as directories rather than symlinks because we can do follow link on them.
1288 static inline int should_follow_link(struct inode *inode, int follow) in should_follow_link() argument1292 return follow; in should_follow_link()1303 struct qstr *name, int type, int follow) in walk_component() argument1324 if (should_follow_link(inode, follow)) { in walk_component()