Searched refs:sops (Results 1 – 7 of 7) sorted by relevance
147 const struct seq_operations *sops = NULL; in pstore_file_open() local150 sops = &pstore_ftrace_seq_ops; in pstore_file_open()152 err = seq_open(file, sops); in pstore_file_open()
20 const struct super_operations *sops; /* NFS Super operations */ member
15 .sops = &nfs_sops,
16 .sops = &nfs_sops,
43 .sops = &nfs4_sops,
1103 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
2159 const struct stashed_operations *sops = sb->s_fs_info; in prepare_anon_dentry() local2164 sops->put_data(data); in prepare_anon_dentry()2172 ret = sops->init_inode(inode, data); in prepare_anon_dentry()2237 const struct stashed_operations *sops = mnt->mnt_sb->s_fs_info; in path_from_stashed() local2244 sops->put_data(data); in path_from_stashed()2254 if (sops->stash_dentry) in path_from_stashed()2255 res = sops->stash_dentry(stashed, dentry); in path_from_stashed()
Completed in 20 milliseconds