Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dinode.h117 extern const struct inode_operations gfs2_symlink_iops;
Dinode.c98 inode->i_op = &gfs2_symlink_iops; in gfs2_set_iop()
2097 const struct inode_operations gfs2_symlink_iops = { variable