Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_format.c90 __uint8_t ftype) in xfs_dir2_sfe_put_ftype() argument
92 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sfe_put_ftype()
99 __uint8_t ftype; in xfs_dir3_sfe_get_ftype() local
101 ftype = sfep->name[sfep->namelen]; in xfs_dir3_sfe_get_ftype()
102 if (ftype >= XFS_DIR3_FT_MAX) in xfs_dir3_sfe_get_ftype()
104 return ftype; in xfs_dir3_sfe_get_ftype()
110 __uint8_t ftype) in xfs_dir3_sfe_put_ftype() argument
112 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir3_sfe_put_ftype()
114 sfep->name[sfep->namelen] = ftype; in xfs_dir3_sfe_put_ftype()
255 __uint8_t ftype) in xfs_dir2_data_put_ftype() argument
[all …]
Dxfs_dir2.h52 __uint8_t ftype);
65 __uint8_t ftype);
Dxfs_dir2_node.c2185 int ftype; /* new file type */ in xfs_dir2_node_replace() local
2205 ftype = args->filetype; in xfs_dir2_node_replace()
2244 args->dp->d_ops->data_put_ftype(dep, ftype); in xfs_dir2_node_replace()
/fs/nfsd/
Dnfs3proc.c304 if (argp->ftype == 0 || argp->ftype >= NF3BAD) in nfsd3_proc_mknod()
306 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()
312 if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) in nfsd3_proc_mknod()
315 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
Dnfs3xdr.c510 args->ftype = ntohl(*p++); in nfs3svc_decode_mknodargs()
512 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs()
513 || args->ftype == NF3SOCK || args->ftype == NF3FIFO) in nfs3svc_decode_mknodargs()
516 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
Dxdr3.h59 __u32 ftype; member
Dvfs.c392 umode_t ftype = 0; in nfsd_setattr() local
401 ftype = S_IFREG; in nfsd_setattr()
407 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
/fs/nfs/
Dnfstrace.h12 #define nfs_show_file_type(ftype) \ argument
13 __print_symbolic(ftype, \
Dnfs4proc.c4167 const struct qstr *name, struct iattr *sattr, u32 ftype) in nfs4_alloc_createdata() argument
4186 data->arg.ftype = ftype; in nfs4_alloc_createdata()
4368 data->arg.ftype = NF4FIFO; in _nfs4_proc_mknod()
4370 data->arg.ftype = NF4BLK; in _nfs4_proc_mknod()
4375 data->arg.ftype = NF4CHR; in _nfs4_proc_mknod()
Dnfs4xdr.c1164 encode_uint32(xdr, create->ftype); in encode_create()
1166 switch (create->ftype) { in encode_create()
/fs/ceph/
Ddir.c507 u32 ftype; in ceph_readdir() local
517 ftype = le32_to_cpu(rde->inode.in->mode) >> 12; in ceph_readdir()
523 ceph_translate_ino(inode->i_sb, ino), ftype)) { in ceph_readdir()