Searched refs:qstr (Results 1 - 25 of 183) sorted by last modified time

12345678

/linux-master/fs/bcachefs/
H A Drecovery.c927 struct qstr lostfound = QSTR("lost+found");
H A Dfs.c374 const struct qstr *name)
1340 struct qstr dirent_name;
H A Dutil.h767 static inline bool qstr_eq(const struct qstr l, const struct qstr r)
H A Dfsck.c21 #include <linux/dcache.h> /* struct qstr */
126 subvol_inum dir, struct qstr *name,
175 struct qstr lostfound_str = QSTR("lost+found");
293 struct qstr name;
326 name = (struct qstr) QSTR(name_buf);
/linux-master/fs/erofs/
H A Dinternal.h418 int erofs_namei(struct inode *dir, const struct qstr *name,
/linux-master/fs/ntfs3/
H A Dntfs_fs.h732 int fill_name_de(struct ntfs_sb_info *sbi, void *buf, const struct qstr *name,
H A Dinode.c1228 const struct qstr *name = &dentry->d_name;
/linux-master/fs/smb/server/
H A Dvfs.c73 struct qstr last;
689 struct qstr new_last;
1154 const struct qstr q_buf = {.name = buf->private,
1156 const struct qstr q_name = {.name = name,
/linux-master/fs/nilfs2/
H A Ddir.c324 const struct qstr *qstr, struct folio **foliop)
326 const unsigned char *name = qstr->name;
327 int namelen = qstr->len;
388 ino_t nilfs_inode_by_name(struct inode *dir, const struct qstr *qstr) argument
394 de = nilfs_find_entry(dir, qstr, &folio);
323 nilfs_find_entry(struct inode *dir, const struct qstr *qstr, struct folio **foliop) argument
/linux-master/fs/fuse/
H A Dinode.c1014 const struct qstr name = QSTR_INIT(".", 1);
H A Dfuse_i.h1045 int fuse_lookup_name(struct super_block *sb, u64 nodeid, const struct qstr *name,
1304 u64 child_nodeid, struct qstr *name, u32 flags);
H A Ddir.c172 u64 nodeid, const struct qstr *name,
363 int fuse_lookup_name(struct super_block *sb, u64 nodeid, const struct qstr *name,
1349 u64 child_nodeid, struct qstr *name, u32 flags)
/linux-master/fs/kernfs/
H A Dfile.c918 struct qstr name;
930 name = (struct qstr)QSTR_INIT(kn->name, strlen(kn->name));
/linux-master/fs/zonefs/
H A Dsuper.c590 static long zonefs_fname_to_fno(const struct qstr *fname)
/linux-master/fs/ceph/
H A Dmds_client.c843 struct qstr dname;
5095 struct qstr dname;
/linux-master/fs/xfs/
H A Dxfs_inode.c2936 struct qstr name;
/linux-master/fs/smb/client/
H A Ddir.c827 static int cifs_ci_hash(const struct dentry *dentry, struct qstr *q)
848 unsigned int len, const char *str, const struct qstr *name)
/linux-master/security/selinux/
H A Dselinuxfs.c2130 struct qstr null_name = QSTR_INIT(NULL_FILE_NAME,
/linux-master/security/
H A Dsecurity.c1644 const struct qstr *name,
1669 struct qstr *name,
1681 * @qstr: last component of the pathname
1705 const struct qstr *qstr,
1728 ret = hp->hook.inode_init_security(inode, dir, qstr, new_xattrs,
1766 const struct qstr *name,
1704 security_inode_init_security(struct inode *inode, struct inode *dir, const struct qstr *qstr, const initxattrs initxattrs, void *fs_data) argument
/linux-master/fs/
H A Dnamei.c569 struct qstr last;
1564 static struct dentry *lookup_dcache(const struct qstr *name,
1588 struct dentry *lookup_one_qstr_excl(const struct qstr *name,
1665 static struct dentry *__lookup_slow(const struct qstr *name,
1702 static struct dentry *lookup_slow(const struct qstr *name,
2294 struct qstr this = { { .hash_len = hash_len }, .name = name };
2547 struct qstr *last, int *type,
2572 struct qstr *last, int *type)
2581 struct qstr last;
2640 struct path *parent, struct qstr *las
[all...]
/linux-master/fs/ubifs/
H A Dubifs.h2068 const struct qstr *qstr);
2071 struct inode *inode, const struct qstr *qstr)
2070 ubifs_init_security(struct inode *dentry, struct inode *inode, const struct qstr *qstr) argument
/linux-master/fs/exfat/
H A Dnamei.c68 /* returns the length of a struct qstr, ignoring trailing dots if necessary */
84 static int exfat_d_hash(const struct dentry *dentry, struct qstr *qstr) argument
88 const unsigned char *name = qstr->name;
89 unsigned int len = exfat_striptail_len(qstr->len, qstr->name,
102 qstr->hash = end_name_hash(hash);
107 const char *str, const struct qstr *name)
141 static int exfat_utf8_d_hash(const struct dentry *dentry, struct qstr *qstr) argument
[all...]
/linux-master/fs/overlayfs/
H A Dcopy_up.c515 struct qstr name = { };
570 struct qstr destname;
/linux-master/fs/f2fs/
H A Drecovery.c124 struct qstr *usr_fname)
174 struct qstr usr_fname;
H A Dnamei.c461 struct qstr dot = QSTR_INIT(".", 1);

Completed in 604 milliseconds

12345678