Searched refs:ftype (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_da_format.c | 90 __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 …]
|
D | xfs_dir2.h | 52 __uint8_t ftype); 65 __uint8_t ftype);
|
D | xfs_dir2_node.c | 2185 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/ |
D | nfs3proc.c | 304 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()
|
D | nfs3xdr.c | 510 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()
|
D | xdr3.h | 59 __u32 ftype; member
|
D | vfs.c | 392 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/ |
D | nfstrace.h | 12 #define nfs_show_file_type(ftype) \ argument 13 __print_symbolic(ftype, \
|
D | nfs4proc.c | 4167 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()
|
D | nfs4xdr.c | 1164 encode_uint32(xdr, create->ftype); in encode_create() 1166 switch (create->ftype) { in encode_create()
|
/fs/ceph/ |
D | dir.c | 507 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()
|