/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | trace.c | 26 u8 fid = cdw10[0]; in nvmet_trace_admin_get_features() local
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | client.h | 146 u32 fid; member [all...] |
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 71 __kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, bool get_parent) __kernfs_fh_to_dentry() argument 123 kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_dentry() argument 130 kernfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_parent() argument [all...] |
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_file.c | 49 struct p9_fid *fid; in v9fs_file_open() local 138 struct p9_fid *fid; v9fs_file_do_lock() local 244 struct p9_fid *fid; v9fs_file_getlock() local 385 struct p9_fid *fid = iocb->ki_filp->private_data; v9fs_file_read_iter() local 451 struct p9_fid *fid; v9fs_file_fsync() local 475 struct p9_fid *fid; v9fs_file_fsync_dotl() local 513 struct p9_fid *fid; v9fs_mmap_file_mmap() local [all...] |
H A D | vfs_addr.c | 40 struct p9_fid *fid = data; in v9fs_fid_readpage() local
|
H A D | v9fs.c | 390 struct p9_fid *fid; in v9fs_session_init() local
|
H A D | v9fs.h | 187 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid() argument 205 v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_new_inode_from_fid() argument [all...] |
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | super.c | 122 static struct dentry *jffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, in jffs2_fh_to_dentry() argument 129 static struct dentry *jffs2_fh_to_parent(struct super_block *sb, struct fid *fid, in jffs2_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsfh.c | 156 struct fid *fid = NULL, sfid; in nfsd_set_fh_dentry() local 419 struct fid *fid = (struct fid *) in _fh_update() local [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | export.c | 283 ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ceph_fh_to_dentry() argument 400 ceph_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ceph_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 358 static int export_encode_fh(struct inode *inode, struct fid *fid, in export_encode_fh() argument 385 int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, in exportfs_encode_inode_fh() argument 397 exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, int connectable) exportfs_encode_fh() argument 420 exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *), void *context) exportfs_decode_fh() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | export.c | 20 struct btrfs_fid *fid = (struct btrfs_fid *)fh; in btrfs_encode_fh() local 91 struct btrfs_fid *fid in btrfs_fh_to_parent() local 115 struct btrfs_fid *fid = (struct btrfs_fid *) fh; btrfs_fh_to_dentry() local [all...] |
/kernel/linux/linux-5.10/fs/fat/ |
H A D | nfs.c | 105 struct fat_fid *fid = (struct fat_fid *) fh; in fat_encode_fh_nostale() local 148 static struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, in fat_fh_to_dentry() argument 160 struct fat_fid *fid = (struct fat_fid *)fh; fat_fh_to_dentry_nostale() local 186 fat_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_parent() argument 198 struct fat_fid *fid = (struct fat_fid *)fh; fat_fh_to_parent_nostale() local [all...] |
/kernel/linux/linux-5.10/fs/coda/ |
H A D | inode.c | 151 struct CodaFid fid; in coda_fill_super() local
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | export.c | 214 static int ovl_dentry_to_fid(struct dentry *dentry, u32 *fid, int buflen) in ovl_dentry_to_fid() argument 249 static int ovl_encode_fh(struct inode *inode, u32 *fid, int *max_len, in ovl_encode_fh() argument 772 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh() argument 795 static struct dentry *ovl_fh_to_dentry(struct super_block *sb, struct fid *fi argument 835 ovl_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ovl_fh_to_parent() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ks8851_spi.c | 260 unsigned int fid = 0; in ks8851_wrfifo_spi() local
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | trace.c | 79 u8 fid = cdw10[0]; in nvme_trace_admin_get_features() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | exportfs.h | 118 struct fid { struct [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | namei.c | 484 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_dentry() local 497 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_parent() local 509 struct nilfs_fid *fid = (struct nilfs_fid *)fh; nilfs_encode_fh() local [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | global1_atu.c | 20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() argument 132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() argument 172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() argument 177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) in mv88e6xxx_g1_atu_fid_read() argument 289 mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) mv88e6xxx_g1_atu_getnext() argument 316 mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) mv88e6xxx_g1_atu_loadpurge() argument 336 mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry, bool all) mv88e6xxx_g1_atu_flushmove() argument 364 mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) mv88e6xxx_g1_atu_flush() argument 373 mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, int from_port, int to_port, bool all) mv88e6xxx_g1_atu_move() argument 393 mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, bool all) mv88e6xxx_g1_atu_remove() argument 407 u16 val, fid; mv88e6xxx_g1_atu_prob_irq_thread_fn() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ks8851_spi.c | 258 unsigned int fid = 0; in ks8851_wrfifo_spi() local
|
H A D | ks8851_par.c | 196 unsigned int fid = 0; in ks8851_wrfifo_par() local
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_perflib.c | 277 u32 hi, lo, fid, did; in amd_fixup_frequency() local
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_file.c | 44 struct p9_fid *fid; in v9fs_file_open() local 121 struct p9_fid *fid; v9fs_file_do_lock() local 226 struct p9_fid *fid; v9fs_file_getlock() local 355 struct p9_fid *fid = iocb->ki_filp->private_data; v9fs_file_read_iter() local 389 struct p9_fid *fid = in->private_data; v9fs_file_splice_read() local 409 struct p9_fid *fid = file->private_data; v9fs_file_write_iter() local 455 struct p9_fid *fid; v9fs_file_fsync() local 479 struct p9_fid *fid; v9fs_file_fsync_dotl() local [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | nfs.c | 105 struct fat_fid *fid = (struct fat_fid *) fh; in fat_encode_fh_nostale() local 148 static struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, in fat_fh_to_dentry() argument 160 struct fat_fid *fid = (struct fat_fid *)fh; fat_fh_to_dentry_nostale() local 186 fat_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_parent() argument 198 struct fat_fid *fid = (struct fat_fid *)fh; fat_fh_to_parent_nostale() local [all...] |