Home
last modified time | relevance | path

Searched refs:kernfs_symlink_iops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dkernfs-internal.h125 extern const struct inode_operations kernfs_symlink_iops;
H A Dsymlink.c147 const struct inode_operations kernfs_symlink_iops = { variable
H A Dinode.c224 inode->i_op = &kernfs_symlink_iops; in kernfs_init_inode()