Searched refs:OP_GETATTR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | audit.h | 60 #define OP_GETATTR "getattr" macro
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | audit.h | 60 #define OP_GETATTR "getattr" macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs4.h | 85 OP_GETATTR = 9, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs4.h | 85 OP_GETATTR = 9, enumerator
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4xdr.c | 1248 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr() 4379 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4411 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4448 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4706 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4841 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 5314 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4xdr.c | 1260 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr() 4447 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4483 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4520 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4775 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4929 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() 5409 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 399 return common_perm_cond(OP_GETATTR, path, AA_MAY_GETATTR); in apparmor_inode_getattr()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lsm.c | 448 return common_perm_cond(OP_GETATTR, path, AA_MAY_GETATTR); in apparmor_inode_getattr()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 2105 [OP_GETATTR] = (nfsd4_dec)nfsd4_decode_getattr, 5066 [OP_GETATTR] = (nfsd4_enc)nfsd4_encode_getattr,
|
H A D | nfs4proc.c | 2845 [OP_GETATTR] = { 2849 .op_name = "OP_GETATTR",
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4xdr.c | 2334 [OP_GETATTR] = nfsd4_decode_getattr, 5269 [OP_GETATTR] = nfsd4_encode_getattr,
|
H A D | nfs4proc.c | 3183 [OP_GETATTR] = { 3187 .op_name = "OP_GETATTR",
|
Completed in 65 milliseconds