Home
last modified time | relevance | path

Searched defs:namelen (Results 1 – 25 of 152) sorted by relevance

1234567

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.c22 unsigned int namelen) in xfs_parent_calc_space_res()
35 unsigned int namelen) in xfs_create_space_res()
49 unsigned int namelen) in xfs_mkdir_space_res()
57 unsigned int namelen) in xfs_link_space_res()
71 unsigned int namelen, in xfs_symlink_space_res()
88 unsigned int namelen) in xfs_remove_space_res()
H A Dxfs_parent.c103 int namelen, in xfs_parent_hashval()
125 int namelen, in xfs_parent_hashattr()
273 unsigned int namelen, in xfs_parent_from_attr()
/linux/fs/omfs/
H A Ddir.c12 static int omfs_hash(const char *name, int namelen, int mod) in omfs_hash()
25 const char *name, int namelen, int *ofs) in omfs_get_bucket()
35 const char *name, int namelen, in omfs_scan_list()
68 const char *name, int namelen) in omfs_find_entry()
115 int namelen = dentry->d_name.len; in omfs_add_link() local
161 int namelen = dentry->d_name.len; in omfs_delete_entry() local
/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c56 unsigned int namelen) in dlm_mle_equal()
253 unsigned int namelen) in dlm_init_mle()
580 unsigned int namelen) in dlm_new_lockres()
703 int namelen, in dlm_get_lock_resource()
1409 unsigned int namelen, hash; in dlm_master_request_handler() local
1767 unsigned int namelen, hash; in dlm_assert_master_handler() local
2220 unsigned int namelen; in dlm_drop_lockres_ref() local
2256 unsigned int namelen; in dlm_deref_lockres_handler() local
2351 unsigned int namelen; in dlm_deref_lockres_done_handler() local
2414 unsigned int namelen; in dlm_drop_lockres_ref_done() local
[all …]
H A Ddlmlock.c450 unsigned int namelen; in dlm_create_lock_handler() local
542 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen()
250 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen()
397 int namelen, in fdt_get_property_namelen_()
428 int namelen, int *lenp) in fdt_get_property_namelen()
452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
479 int namelen; in fdt_getprop_by_offset() local
526 const char *name, int namelen) in fdt_get_alias_namelen()
545 int offset, depth, namelen; in fdt_get_path() local
/linux/fs/nfs/
H A Dnfs4idmap.c165 int nfs_map_string_to_numeric(const char *name, size_t namelen, __u32 *res) in nfs_map_string_to_numeric()
258 static ssize_t nfs_idmap_get_desc(const char *name, size_t namelen, in nfs_idmap_get_desc()
279 static struct key *nfs_idmap_request_key(const char *name, size_t namelen, in nfs_idmap_request_key()
305 static ssize_t nfs_idmap_get_key(const char *name, size_t namelen, in nfs_idmap_get_key()
365 static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, in nfs_idmap_lookup_id()
745 int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *… in nfs_map_name_to_uid()
762 int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t … in nfs_map_group_to_gid()
H A Ddns_resolve.c20 ssize_t nfs_dns_resolve_name(struct net *net, char *name, size_t namelen, in nfs_dns_resolve_name()
63 size_t namelen; member
343 size_t namelen, struct sockaddr_storage *ss, size_t salen) in nfs_dns_resolve_name()
/linux/fs/jffs2/
H A Dwrite.c207 uint32_t namelen, int alloc_mode) in jffs2_write_dirent()
548 const char *name, int namelen, struct jffs2_inode_info *dead_f, in jffs2_do_unlink()
669 … jffs2_inode_info *dir_f, uint32_t ino, uint8_t type, const char *name, int namelen, uint32_t time) in jffs2_do_link()
H A Ddir.c295 int namelen; in jffs2_symlink() local
459 int namelen; in jffs2_mkdir() local
633 int namelen; in jffs2_mknod() local
/linux/fs/xfs/scrub/
H A Dparent_repair.c94 uint8_t namelen; member
177 uint16_t namelen; member
723 unsigned int namelen, in xrep_parent_lookup_pptr()
900 unsigned int namelen, in xrep_parent_fetch_xattr_remote()
939 unsigned int namelen, in xrep_parent_stash_xattr()
1384 unsigned int namelen, in xrep_parent_count_pptr()
H A Dparent.c226 uint8_t namelen; member
262 unsigned int namelen, in xchk_parent_scan_dotdot()
452 unsigned int namelen, in xchk_parent_scan_attr()
664 unsigned int namelen, in xchk_parent_count_pptr()
/linux/fs/nfsd/
H A Dnfs4idmap.c539 idmap_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, in idmap_name_to_id()
605 numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in numeric_name_to_id()
621 do_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in do_name_to_id()
642 nfsd_map_name_to_uid(struct svc_rqst *rqstp, const char *name, size_t namelen, in nfsd_map_name_to_uid()
659 nfsd_map_name_to_gid(struct svc_rqst *rqstp, const char *name, size_t namelen, in nfsd_map_name_to_gid()
/linux/fs/ocfs2/
H A Ddir.c341 const char *name, int namelen, in ocfs2_search_dirblock()
390 int namelen, in ocfs2_find_entry_id()
1581 const char *name, int namelen, in __ocfs2_add_entry()
1961 int namelen, in ocfs2_find_files_on_disk()
1988 int namelen, u64 *blkno) in ocfs2_lookup_ino_from_name()
2008 int namelen) in ocfs2_check_dir_for_entry()
2589 int ret = 0, namelen, i; in ocfs2_dx_dir_index_block() local
3334 const char *name, int namelen, in ocfs2_find_dir_space_id()
3952 int namelen, in ocfs2_search_dx_free_list()
4132 int namelen, in ocfs2_prepare_dx_dir_for_insert()
[all …]
/linux/arch/powerpc/include/asm/
H A Dplpks.h55 u16 namelen; member
62 u16 namelen; member
/linux/fs/xfs/
H A Dxfs_xattr.c210 int namelen) in __xfs_xattr_put_listent()
244 int namelen, in xfs_xattr_put_listent()
/linux/fs/reiserfs/
H A Dnamei.c210 const char *name, int namelen) in reiserfs_match()
229 const char *name, int namelen) in linear_search_in_dir_item()
305 static int reiserfs_find_entry(struct inode *dir, const char *name, int namelen, in reiserfs_find_entry()
432 struct inode *dir, const char *name, int namelen, in reiserfs_add_entry()
/linux/fs/proc/
H A Dproc_sysctl.c109 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
145 int namelen = strlen(name); in insert_entry() local
344 const char *name, int namelen) in lookup_entry()
932 const char *name, int namelen) in find_subdir()
946 const char *name, int namelen) in new_dir()
983 const char *name, int namelen) in get_subdir()
1276 int namelen; in sysctl_mkdir_p() local
/linux/fs/overlayfs/
H A Dreaddir.c202 const char *name, int namelen, in ovl_fill_lowest()
258 int namelen, loff_t offset, u64 ino, in ovl_fill_merge()
437 const char *name, int namelen, bool warn) in ovl_remap_lower_ino()
548 int namelen, loff_t offset, u64 ino, in ovl_fill_plain()
669 int namelen, loff_t offset, u64 ino, in ovl_fill_real()
1051 int namelen, loff_t offset, u64 ino, in ovl_check_d_type()
/linux/fs/ufs/
H A Ddir.c261 int namelen = qstr->len; in ufs_find_entry() local
315 int namelen = dentry->d_name.len; in ufs_add_link() local
626 u16 namelen=ufs_get_de_namlen(sb, de); in ufs_empty_dir() local
/linux/fs/efs/
H A Ddir.c65 int namelen; in efs_readdir() local
/linux/fs/bfs/
H A Ddir.c270 int namelen = child->len; in bfs_add_entry() local
325 int namelen = child->len; in bfs_find_entry() local
/linux/fs/affs/
H A Ddir.c52 int namelen; in affs_readdir() local
/linux/net/dns_resolver/
H A Ddns_query.c75 const char *type, const char *name, size_t namelen, in dns_query()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0021.h8 __u8 namelen; member

1234567