Home
last modified time | relevance | path

Searched refs:may_flags (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
A Dfilecache.c892 unsigned char need = may_flags & NFSD_FILE_MAY_MASK; in nfsd_file_find_locked()
943 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire() argument
954 may_flags|NFSD_MAY_OWNER_OVERRIDE); in nfsd_file_acquire()
962 nf = nfsd_file_find_locked(inode, may_flags, hashval, net); in nfsd_file_acquire()
967 new = nfsd_file_alloc(inode, may_flags, hashval, net); in nfsd_file_acquire()
969 trace_nfsd_file_acquire(rqstp, hashval, inode, may_flags, in nfsd_file_acquire()
975 nf = nfsd_file_find_locked(inode, may_flags, hashval, net); in nfsd_file_acquire()
997 if (!(may_flags & NFSD_MAY_NOT_BREAK_LEASE)) { in nfsd_file_acquire()
998 bool write = (may_flags & NFSD_MAY_WRITE); in nfsd_file_acquire()
1003 file_inode(nf->nf_file), may_flags)); in nfsd_file_acquire()
[all …]
A Dvfs.c720 int may_flags, struct file **filp) in __nfsd_open() argument
744 if (may_flags & NFSD_MAY_WRITE) { in __nfsd_open()
745 if (may_flags & NFSD_MAY_READ) in __nfsd_open()
757 host_err = ima_file_check(file, may_flags); in __nfsd_open()
763 if (may_flags & NFSD_MAY_64BIT_COOKIE) in __nfsd_open()
777 int may_flags, struct file **filp) in nfsd_open() argument
794 may_flags |= NFSD_MAY_OWNER_OVERRIDE; in nfsd_open()
795 err = fh_verify(rqstp, fhp, type, may_flags); in nfsd_open()
804 int may_flags, struct file **filp) in nfsd_open_verified() argument
2039 int may_flags = NFSD_MAY_READ; in nfsd_readdir() local
[all …]
A Dfilecache.h62 unsigned int may_flags, struct nfsd_file **nfp);
A Dtrace.h695 struct inode *inode, unsigned int may_flags,
698 TP_ARGS(rqstp, hash, inode, may_flags, nf, status),
704 __field(unsigned long, may_flags)
716 __entry->may_flags = may_flags;
726 show_nfsd_may_flags(__entry->may_flags),
/linux/fs/ksmbd/
A Dsmb2pdu.c1959 int *may_flags) in smb2_create_open_flags() argument
1966 *may_flags = MAY_OPEN | MAY_READ | MAY_WRITE; in smb2_create_open_flags()
1969 *may_flags = MAY_OPEN | MAY_WRITE; in smb2_create_open_flags()
1972 *may_flags = MAY_OPEN | MAY_READ; in smb2_create_open_flags()
2496 int req_op_level = 0, open_flags = 0, may_flags = 0, file_info = 0; in smb2_open() local
2817 &may_flags); in smb2_open()
2865 may_flags); in smb2_open()

Completed in 22 milliseconds