Searched refs:simple_follow_link (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/jffs2/ |
D | symlink.c | 17 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/ufs/ |
D | symlink.c | 33 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/jfs/ |
D | symlink.c | 26 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/ext2/ |
D | symlink.c | 38 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/ext4/ |
D | symlink.c | 117 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/ |
D | libfs.c | 1095 const char *simple_follow_link(struct dentry *dentry, void **cookie) in simple_follow_link() function 1099 EXPORT_SYMBOL(simple_follow_link); 1102 .follow_link = simple_follow_link,
|
/linux-4.4.14/fs/ubifs/ |
D | file.c | 1611 .follow_link = simple_follow_link,
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 489 symlink body is and use simple_follow_link() as ->follow_link().
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 1759 .follow_link = simple_follow_link,
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2767 const char *simple_follow_link(struct dentry *, void **);
|
/linux-4.4.14/mm/ |
D | shmem.c | 2654 .follow_link = simple_follow_link,
|