Home
last modified time | relevance | path

Searched defs:name (Results 6551 - 6575 of 11621) sorted by relevance

1...<<261262263264265266267268269270>>...465

/kernel/linux/linux-5.10/fs/hpfs/
H A Ddnode.c173 hpfs_add_de(struct super_block *s, struct dnode *d, const unsigned char *name, unsigned namelen, secno down_ptr) hpfs_add_de() argument
237 hpfs_add_to_dnode(struct inode *i, dnode_secno dno, const unsigned char *name, unsigned namelen, struct hpfs_dirent *new_de, dnode_secno down_ptr) hpfs_add_to_dnode() argument
387 hpfs_add_dirent(struct inode *i, const unsigned char *name, unsigned namelen, struct hpfs_dirent *new_de) hpfs_add_dirent() argument
909 map_dirent(struct inode *inode, dnode_secno dno, const unsigned char *name, unsigned len, dnode_secno *dd, struct quad_buffer_head *qbh) map_dirent() argument
[all...]
/kernel/linux/linux-5.10/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() argument
258 static ssize_t nfs_idmap_get_desc(const char *name, size_ argument
279 nfs_idmap_request_key(const char *name, size_t namelen, const char *type, struct idmap *idmap) nfs_idmap_request_key() argument
305 nfs_idmap_get_key(const char *name, size_t namelen, const char *type, void *data, size_t data_size, struct idmap *idmap) nfs_idmap_get_key() argument
365 nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, __u32 *id, struct idmap *idmap) nfs_idmap_lookup_id() argument
745 nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *uid) nfs_map_name_to_uid() argument
762 nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t *gid) nfs_map_group_to_gid() argument
[all...]
H A Dnfs2xdr.c382 encode_filename(struct xdr_stream *xdr, const char *name, u32 length) encode_filename() argument
392 decode_filename_inline(struct xdr_stream *xdr, const char **name, u32 *length) decode_filename_inline() argument
493 encode_diropargs(struct xdr_stream *xdr, const struct nfs_fh *fh, const char *name, u32 length) encode_diropargs() argument
[all...]
H A Dnfs3proc.c489 nfs3_proc_link(struct inode *inode, struct inode *dir, const struct qstr *name) in nfs3_proc_link() argument
603 nfs3_proc_rmdir(struct inode *dir, const struct qstr *name) nfs3_proc_rmdir() argument
[all...]
H A Dproc.c376 nfs_proc_link(struct inode *inode, struct inode *dir, const struct qstr *name) in nfs_proc_link() argument
475 nfs_proc_rmdir(struct inode *dir, const struct qstr *name) nfs_proc_rmdir() argument
[all...]
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c228 copy_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh, int info_type, const char *name, size_t name_len, char __user *buf, size_t count) copy_info_to_user() argument
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dinode.c214 ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, ntfschar *name, u32 name_len) ntfs_attr_iget() argument
272 ntfs_index_iget(struct inode *base_vi, ntfschar *name, u32 name_len) ntfs_index_iget() argument
[all...]
H A Dattrib.c575 ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) ntfs_attr_find() argument
867 ntfs_external_attr_find(const ATTR_TYPE type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) ntfs_external_attr_find() argument
1197 ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) ntfs_attr_lookup() argument
[all...]
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_xs.c388 static char *join(const char *dir, const char *name) in join() argument
632 const char *name; in xenbus_gather() local
H A Dxenbus_client.c99 static const char *const name[] = { in xenbus_strstate() local
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile.h146 const struct qstr *name; member
236 const char *name; member
H A Dmain.c67 static int hmdfs_xattr_local_get(struct dentry *dentry, const char *name, in hmdfs_xattr_local_get() argument
79 static int hmdfs_xattr_remote_get(struct dentry *dentry, const char *name, in hmdfs_xattr_remote_get() argument
97 static int hmdfs_xattr_merge_get(struct dentry *dentry, const char *name, in hmdfs_xattr_merge_get() argument
113 hmdfs_xattr_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, void *value, size_t size) hmdfs_xattr_get() argument
149 hmdfs_xattr_local_set(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) hmdfs_xattr_local_set() argument
169 hmdfs_xattr_remote_set(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) hmdfs_xattr_remote_set() argument
187 hmdfs_xattr_merge_set(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) hmdfs_xattr_merge_set() argument
203 hmdfs_xattr_set(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) hmdfs_xattr_set() argument
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs3xdr.c86 char *name; in decode_filename() local
839 encode_entry_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, int namlen, u64 ino) encode_entry_baggage() argument
853 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, const char *name, int namlen, u64 ino) compose_entry_fh() argument
890 encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, int namlen, u64 ino) encode_entryplus_baggage() argument
923 encode_entry(struct readdir_cd *ccd, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type, int plus) encode_entry() argument
1053 nfs3svc_encode_entry(void *cd, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) nfs3svc_encode_entry() argument
1060 nfs3svc_encode_entry_plus(void *cd, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) nfs3svc_encode_entry_plus() argument
[all...]
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_inode.c592 const unsigned char *name; in v9fs_create() local
737 const unsigned char *name; in v9fs_vfs_lookup() local
1292 char name[1 + U32_MAX_DIGITS + 2]; /* sign + number + \\n + \\0 */ v9fs_vfs_link() local
1326 char name[2 + U32_MAX_DIGITS + 1 + U32_MAX_DIGITS + 1]; v9fs_vfs_mknod() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dreaddir.c77 cifs_prime_dcache(struct dentry *parent, struct qstr *name, in cifs_prime_dcache() argument
520 const char *name; member
845 struct qstr name; cifs_filldir() local
925 cifs_prime_dcache(file_dentry(file), &name, &fattr); cifs_filldir() local
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Duser.c49 char name[]; member
335 static int dlm_device_register(struct dlm_ls *ls, char *name) in dlm_device_register() argument
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnamei.c222 int f2fs_update_extension_list(struct f2fs_sb_info *sbi, const char *name, in f2fs_update_extension_list() argument
195 set_file_temperature(struct f2fs_sb_info *sbi, struct inode *inode, const unsigned char *name) set_file_temperature() argument
288 set_compress_inode(struct f2fs_sb_info *sbi, struct inode *inode, const unsigned char *name) set_compress_inode() argument
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlock_dlm.c501 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock() argument
523 sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, unsigned int num, struct dlm_lksb *lksb, char *name) sync_lock() argument
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvc.c190 static int create_lockd_listener(struct svc_serv *serv, const char *name, in create_lockd_listener() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Ddm-ioctl.h143 char name[DM_NAME_LEN]; /* device name */ member
195 char name[0]; member
205 char name[0]; member
H A Dauto_fs.h54 char name[NAME_MAX+1]; member
61 char name[NAME_MAX+1]; member
180 char name[NAME_MAX+1]; member
201 char name[NAME_MAX+1]; member
H A Drio_mport_cdev.h223 char name[RIO_MAX_DEVNAME_SZ + 1]; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h199 char name[XT_TABLE_MAXNAMELEN]; member
221 char name[XT_TABLE_MAXNAMELEN]; member
252 char name[XT_TABLE_MAXNAMELEN]; member
/kernel/linux/linux-5.10/include/sound/
H A Dwm8904.h130 const char *name; member
142 const char *name; member
/kernel/linux/linux-5.10/include/scsi/
H A Dviosrp.h181 char name[SRP_MAX_LOC_LEN]; member

Completed in 34 milliseconds

1...<<261262263264265266267268269270>>...465