Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dinode.h117 extern const struct inode_operations gfs2_symlink_iops;
Dinode.c98 inode->i_op = &gfs2_symlink_iops; in gfs2_set_iop()
2098 const struct inode_operations gfs2_symlink_iops = { variable