Home
last modified time | relevance | path

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

/linux-6.1.9/fs/kernfs/
Dkernfs-internal.h166 extern const struct inode_operations kernfs_symlink_iops;
Dsymlink.c147 const struct inode_operations kernfs_symlink_iops = { variable
Dinode.c226 inode->i_op = &kernfs_symlink_iops; in kernfs_init_inode()