Home
last modified time | relevance | path

Searched refs:gfs2_file_fops (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dinode.h124 extern const struct file_operations gfs2_file_fops;
132 #define gfs2_file_fops gfs2_file_fops_nolock macro
Dfile.c1258 const struct file_operations gfs2_file_fops = { variable
Dinode.c90 inode->i_fop = &gfs2_file_fops; in gfs2_set_iop()