Home
last modified time | relevance | path

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

/linux-4.19.296/fs/exportfs/
Dexpfs.c29 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name() local
32 if (nop->get_name) in exportfs_get_name()
33 return nop->get_name(dir, name, child); in exportfs_get_name()
387 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh() local
389 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
390 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
423 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh() local
431 if (!nop || !nop->fh_to_dentry) in exportfs_decode_fh()
433 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
493 if (!nop->fh_to_parent) in exportfs_decode_fh()
[all …]
/linux-4.19.296/drivers/char/hw_random/
Dn2-asm.S16 nop
55 nop
/linux-4.19.296/include/asm-generic/
Dbarrier.h22 #ifndef nop
23 #define nop() asm volatile ("nop") macro
/linux-4.19.296/fs/nfs/
Dcallback_xdr.c762 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
765 if (nop != 0) in preprocess_nfs41_op()
768 if (nop == 0) in preprocess_nfs41_op()
822 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
834 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
836 __be32 status = preprocess_nfs41_op(nop, op_nr, op); in preprocess_nfs42_op()
849 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
870 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() argument
890 status = preprocess_nfs41_op(nop, op_nr, &op); in process_op()
893 status = preprocess_nfs42_op(nop, op_nr, &op); in process_op()