Home
last modified time | relevance | path

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

123456

/linux-6.8/fs/omfs/
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-6.8/fs/ocfs2/dlm/
Ddlmmaster.c56 unsigned int namelen) in dlm_mle_equal()
253 unsigned int namelen) in dlm_init_mle()
324 char *name, unsigned int namelen) in dlm_find_mle()
525 const char *name, unsigned int namelen) in dlm_init_lockres()
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
1660 unsigned int namelen = res->lockname.len; in dlm_do_assert_master() local
1767 unsigned int namelen, hash; in dlm_assert_master_handler() local
2220 unsigned int namelen; in dlm_drop_lockres_ref() local
[all …]
Ddlmlock.c450 unsigned int namelen; in dlm_create_lock_handler() local
542 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
Ddlmcommon.h467 u8 namelen; member
483 u8 namelen; member
496 u8 namelen; member
507 u8 namelen; member
582 u8 namelen; member
595 u8 namelen; member
610 u8 namelen; member
626 u8 namelen; member
758 u8 namelen; member
772 u8 namelen; member
/linux-6.8/scripts/dtc/libfdt/
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-6.8/fs/nfs/
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()
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-6.8/fs/jffs2/
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()
Ddir.c295 int namelen; in jffs2_symlink() local
459 int namelen; in jffs2_mkdir() local
633 int namelen; in jffs2_mknod() local
/linux-6.8/fs/nfsd/
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-6.8/fs/ocfs2/
Ddir.c341 const char *name, int namelen, in ocfs2_search_dirblock()
390 int namelen, in ocfs2_find_entry_id()
664 static struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen, in ocfs2_find_entry_el()
889 static int ocfs2_dx_dir_search(const char *name, int namelen, in ocfs2_dx_dir_search()
1003 static int ocfs2_find_entry_dx(const char *name, int namelen, in ocfs2_find_entry_dx()
1057 int ocfs2_find_entry(const char *name, int namelen, in ocfs2_find_entry()
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()
[all …]
/linux-6.8/arch/powerpc/include/asm/
Dplpks.h56 u16 namelen; member
63 u16 namelen; member
/linux-6.8/fs/xfs/
Dxfs_xattr.c205 int namelen) in __xfs_xattr_put_listent()
239 int namelen, in xfs_xattr_put_listent()
/linux-6.8/fs/reiserfs/
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-6.8/fs/proc/
Dproc_sysctl.c113 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
149 int namelen = strlen(name); in insert_entry() local
347 const char *name, int namelen) in lookup_entry()
935 const char *name, int namelen) in find_subdir()
949 const char *name, int namelen) in new_dir()
986 const char *name, int namelen) in get_subdir()
1279 int namelen; in sysctl_mkdir_p() local
/linux-6.8/fs/overlayfs/
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-6.8/fs/ufs/
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-6.8/fs/efs/
Ddir.c65 int namelen; in efs_readdir() local
/linux-6.8/fs/bfs/
Ddir.c270 int namelen = child->len; in bfs_add_entry() local
325 int namelen = child->len; in bfs_find_entry() local
/linux-6.8/fs/affs/
Ddir.c52 int namelen; in affs_readdir() local
/linux-6.8/net/dns_resolver/
Ddns_query.c75 const char *type, const char *name, size_t namelen, in dns_query()
/linux-6.8/drivers/gpu/drm/nouveau/include/nvif/
Dif0021.h8 __u8 namelen; member
/linux-6.8/fs/afs/
Dxattr.c275 size_t namelen; in afs_xattr_get_cell() local
340 size_t namelen; in afs_xattr_get_volume() local
/linux-6.8/fs/sysv/
Ddir.c142 int namelen = dentry->d_name.len; in sysv_find_entry() local
188 int namelen = dentry->d_name.len; in sysv_add_link() local
/linux-6.8/fs/jfs/
Dxattr.c664 int namelen = strlen(name); in __jfs_setxattr() local
802 int namelen = strlen(name); in __jfs_getxattr() local
896 int namelen = copy_name(buffer, ea); in jfs_listxattr() local

123456