Home
last modified time | relevance | path

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

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