Home
last modified time | relevance | path

Searched refs:sops (Results 1 – 6 of 6) sorted by relevance

/fs/pstore/
Dinode.c139 const struct seq_operations *sops = NULL; in pstore_file_open() local
142 sops = &pstore_ftrace_seq_ops; in pstore_file_open()
144 err = seq_open(file, sops); in pstore_file_open()
/fs/nfs/
Dnfs3super.c14 .sops = &nfs_sops,
Dnfs2super.c14 .sops = &nfs_sops,
Dnfs.h19 const struct super_operations *sops; /* NFS Super operations */ member
Dnfs4super.c71 .sops = &nfs4_sops,
Dsuper.c2224 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()