Home
last modified time | relevance | path

Searched refs:gfs2_symlink_iops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/gfs2/
Dinode.h112 extern const struct inode_operations gfs2_symlink_iops;
Dinode.c95 inode->i_op = &gfs2_symlink_iops; in gfs2_set_iop()
2119 const struct inode_operations gfs2_symlink_iops = { variable