Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 3 of 3) sorted by relevance

/fs/erofs/
A Dxattr.c216 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_listxattr_foreach() local
219 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_listxattr_foreach()
221 infix = pf->prefix->infix; in erofs_listxattr_foreach()
222 infix_len = pf->infix_len; in erofs_listxattr_foreach()
223 base_index = pf->prefix->base_index; in erofs_listxattr_foreach()
267 struct erofs_xattr_prefix_item *pf = sbi->xattr_prefixes + in erofs_getxattr_foreach() local
270 if (pf >= sbi->xattr_prefixes + sbi->xattr_prefix_count) in erofs_getxattr_foreach()
273 if (it->index != pf->prefix->base_index || in erofs_getxattr_foreach()
274 it->name.len != entry.e_name_len + pf->infix_len) in erofs_getxattr_foreach()
277 if (memcmp(it->name.name, pf->prefix->infix, pf->infix_len)) in erofs_getxattr_foreach()
[all …]
/fs/affs/
A Dsymlink.c36 char *pf; in affs_symlink_read_folio() local
38 pf = sbi->s_prefix ? sbi->s_prefix : "/"; in affs_symlink_read_folio()
39 while (i < 1023 && (c = pf[i])) in affs_symlink_read_folio()
/fs/nfsd/
A Dnfs4xdr.c4719 nfsd4_encode_secinfo4(struct xdr_stream *xdr, rpc_authflavor_t pf, in nfsd4_encode_secinfo4() argument
4725 if (rpcauth_get_gssinfo(pf, &info) == 0) { in nfsd4_encode_secinfo4()
4736 } else if (pf < RPC_AUTH_MAXFLAVOR) { in nfsd4_encode_secinfo4()
4740 status = nfsd4_encode_uint32_t(xdr, pf); in nfsd4_encode_secinfo4()

Completed in 16 milliseconds