Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dinode.h116 extern const struct inode_operations gfs2_symlink_iops;
Dinode.c123 inode->i_op = &gfs2_symlink_iops; in gfs2_set_iop()
2133 const struct inode_operations gfs2_symlink_iops = { variable