Home
last modified time | relevance | path

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

/fs/exportfs/
Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name() local
33 if (nop->get_name) in exportfs_get_name()
34 return nop->get_name(dir, name, child); in exportfs_get_name()
388 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh() local
390 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
391 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
426 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw() local
434 if (!nop || !nop->fh_to_dentry) in exportfs_decode_fh_raw()
436 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh_raw()
494 if (!nop->fh_to_parent) in exportfs_decode_fh_raw()
[all …]
/fs/nfs/
Dcallback_xdr.c753 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
756 if (nop != 0) in preprocess_nfs41_op()
759 if (nop == 0) in preprocess_nfs41_op()
813 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
825 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
827 __be32 status = preprocess_nfs41_op(nop, op_nr, op); in preprocess_nfs42_op()
840 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
861 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() argument
880 status = preprocess_nfs41_op(nop, op_nr, &op); in process_op()
883 status = preprocess_nfs42_op(nop, op_nr, &op); in process_op()