Searched refs:fh_flags (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ |
| H A D | fhandle.c | 20 int fh_flags) in do_sys_name_to_handle() argument 38 if (fh_flags & EXPORT_FH_CONNECTABLE && in do_sys_name_to_handle() 59 &handle_dwords, fh_flags); in do_sys_name_to_handle() 88 if (fh_flags & EXPORT_FH_CONNECTABLE) { in do_sys_name_to_handle() 91 fh_flags |= FILEID_IS_DIR; in do_sys_name_to_handle() 135 int fh_flags = 0; in SYSCALL_DEFINE5() local 154 fh_flags |= EXPORT_FH_FID; in SYSCALL_DEFINE5() 156 fh_flags |= EXPORT_FH_CONNECTABLE; in SYSCALL_DEFINE5() 165 fh_flags); in SYSCALL_DEFINE5() 317 ctx->fh_flags = EXPORT_FH_DIR_ONLY; in may_decode_fh() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | exportfs.h | 168 unsigned int fh_flags; member 315 int fh_flags) in exportfs_can_encode_fh() argument 321 if (fh_flags & EXPORT_FH_FID) in exportfs_can_encode_fh()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsfh.h | 93 int fh_flags; /* FH flags */ member 112 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f)) 113 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
|
| H A D | nfsfh.c | 468 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update() local 471 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags); in _fh_update()
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_inner.c | 139 int fh_flags = IP6_FH_F_AUTH; in nft_inner_parse_l2l3() local 154 l4proto = ipv6_find_hdr(pkt->skb, &thoff, -1, &fragoff, &fh_flags); in nft_inner_parse_l2l3()
|