/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_fid.h | 238 static inline void lu_local_obj_fid(struct lu_fid *fid, __u32 oid) in lu_local_obj_fid() 245 static inline void lu_local_name_obj_fid(struct lu_fid *fid, __u32 oid) in lu_local_name_obj_fid() 255 static inline int fid_is_root(const struct lu_fid *fid) in fid_is_root() 261 static inline int fid_is_dot_lustre(const struct lu_fid *fid) in fid_is_dot_lustre() 267 static inline int fid_is_obf(const struct lu_fid *fid) in fid_is_obf() 273 static inline int fid_is_otable_it(const struct lu_fid *fid) in fid_is_otable_it() 279 static inline int fid_is_acct(const struct lu_fid *fid) in fid_is_acct() 286 static inline int fid_is_quota(const struct lu_fid *fid) in fid_is_quota() 292 static inline int fid_is_namespace_visible(const struct lu_fid *fid) in fid_is_namespace_visible() 309 static inline void lu_last_id_fid(struct lu_fid *fid, __u64 seq) in lu_last_id_fid() [all …]
|
D | obd_class.h | 925 struct lu_fid *fid, in obd_fid_alloc() 1373 static inline int md_getstatus(struct obd_export *exp, struct lu_fid *fid) in md_getstatus() 1395 const struct lu_fid *fid) in md_null_inode() 1406 const struct lu_fid *fid, in md_find_cbdata() 1553 static inline int md_sync(struct obd_export *exp, const struct lu_fid *fid, in md_sync() 1606 static inline int md_setxattr(struct obd_export *exp, const struct lu_fid *fid, in md_setxattr() 1619 static inline int md_getxattr(struct obd_export *exp, const struct lu_fid *fid, in md_getxattr() 1658 const struct lu_fid *fid, in md_cancel_unused() 1675 const struct lu_fid *fid, in md_lock_match() 1698 const struct lu_fid *fid, __u32 suppgid, in md_get_remote_perm() [all …]
|
D | lu_object.h | 640 lu_site_bkt_from_fid(struct lu_site *site, struct lu_fid *fid) in lu_site_bkt_from_fid()
|
/linux-4.4.14/fs/9p/ |
D | fid.c | 44 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid() 49 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add() 66 struct p9_fid *fid, *ret; in v9fs_fid_find() local 123 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid() local 262 struct p9_fid *fid, *ret; in v9fs_fid_clone() local 274 struct p9_fid *fid, *ret; in v9fs_fid_clone_with_uid() local 287 struct p9_fid *fid; in v9fs_writeback_fid() local
|
D | vfs_inode_dotl.c | 111 struct p9_fid *fid, in v9fs_qid_iget_dotl() 158 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() 250 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() local 386 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local 477 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() local 557 struct p9_fid *fid; in v9fs_vfs_setattr_dotl() local 687 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() local 792 struct p9_fid *fid; in v9fs_vfs_link_dotl() local 822 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local 910 struct p9_fid *fid = v9fs_fid_lookup(dentry); in v9fs_vfs_follow_link_dotl() local [all …]
|
D | acl.h | 28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 32 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 37 struct p9_fid *fid, in v9fs_set_create_acl()
|
D | vfs_dir.c | 97 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf() local 115 struct p9_fid *fid; in v9fs_dir_readdir() local 179 struct p9_fid *fid; in v9fs_dir_readdir_dotl() local 236 struct p9_fid *fid; in v9fs_dir_release() local
|
D | vfs_file.c | 64 struct p9_fid *fid; in v9fs_file_open() local 153 struct p9_fid *fid; in v9fs_file_do_lock() local 245 struct p9_fid *fid; in v9fs_file_getlock() local 384 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() local 443 struct p9_fid *fid; in v9fs_file_fsync() local 467 struct p9_fid *fid; in v9fs_file_fsync_dotl() local 505 struct p9_fid *fid; in v9fs_mmap_file_mmap() local
|
D | acl.c | 28 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl() 56 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 150 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 169 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, in v9fs_set_create_acl()
|
D | xattr.c | 25 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get() 73 struct p9_fid *fid; in v9fs_xattr_get() local 99 struct p9_fid *fid = v9fs_fid_lookup(dentry); in v9fs_xattr_set() local 105 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
|
D | vfs_inode.c | 549 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid() 647 struct p9_fid *dfid, *ofid, *fid; in v9fs_create() local 729 struct p9_fid *fid; in v9fs_vfs_create() local 754 struct p9_fid *fid; in v9fs_vfs_mkdir() local 789 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() local 853 struct p9_fid *fid, *inode_fid; in v9fs_vfs_atomic_open() local 1057 struct p9_fid *fid; in v9fs_vfs_getattr() local 1093 struct p9_fid *fid; in v9fs_vfs_setattr() local 1234 struct p9_fid *fid = v9fs_fid_lookup(dentry); in v9fs_vfs_follow_link() local 1277 struct p9_fid *fid; in v9fs_vfs_mkspecial() local [all …]
|
D | vfs_super.c | 121 struct p9_fid *fid; in v9fs_mount() local 244 struct p9_fid *fid; in v9fs_statfs() local
|
D | vfs_dentry.c | 79 struct p9_fid *fid; in v9fs_lookup_revalidate() local
|
D | v9fs.h | 198 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_inode_from_fid() 216 v9fs_get_new_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_get_new_inode_from_fid()
|
D | vfs_addr.c | 52 static int v9fs_fid_readpage(struct p9_fid *fid, struct page *page) in v9fs_fid_readpage()
|
D | v9fs.c | 323 struct p9_fid *fid; in v9fs_session_init() local
|
/linux-4.4.14/net/9p/ |
D | client.c | 885 struct p9_fid *fid; in p9_fid_create() local 916 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy() 1066 struct p9_fid *fid, *fidptr; in p9_client_destroy() local 1108 struct p9_fid *fid; in p9_client_attach() local 1156 struct p9_fid *fid; in p9_client_walk() local 1229 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open() 1319 int p9_client_fcreate(struct p9_fid *fid, char *name, u32 perm, int mode, in p9_client_fcreate() 1417 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync() 1443 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk() 1487 int p9_client_remove(struct p9_fid *fid) in p9_client_remove() [all …]
|
/linux-4.4.14/fs/coda/ |
D | cnode.c | 46 struct CodaFid *fid = (struct CodaFid *)data; in coda_test_inode() local 53 struct CodaFid *fid = (struct CodaFid *)data; in coda_set_inode() local 59 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget() 91 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() 134 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
|
D | upcall.c | 91 int venus_getattr(struct super_block *sb, struct CodaFid *fid, in venus_getattr() 110 int venus_setattr(struct super_block *sb, struct CodaFid *fid, in venus_setattr() 129 int venus_lookup(struct super_block *sb, struct CodaFid *fid, in venus_lookup() 159 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, in venus_close() 179 int venus_open(struct super_block *sb, struct CodaFid *fid, in venus_open() 346 int venus_readlink(struct super_block *sb, struct CodaFid *fid, in venus_readlink() 378 int venus_link(struct super_block *sb, struct CodaFid *fid, in venus_link() 404 int venus_symlink(struct super_block *sb, struct CodaFid *fid, in venus_symlink() 439 int venus_fsync(struct super_block *sb, struct CodaFid *fid) in venus_fsync() 456 int venus_access(struct super_block *sb, struct CodaFid *fid, int mask) in venus_access() [all …]
|
D | inode.c | 156 struct CodaFid fid; in coda_fill_super() local
|
D | dir.c | 59 struct CodaFid fid = { { 0, } }; in coda_lookup() local
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | powernow-k8-decode.c | 28 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid() 58 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid() 73 uint32_t fid, vid; in main() local
|
D | dump_psb.c | 64 int freq, fid, vid; in decode_pst() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 86 const struct lu_fid *fid) in search_inode_for_lustre() 139 ll_iget_for_nfs(struct super_block *sb, struct lu_fid *fid, struct lu_fid *parent) in ll_iget_for_nfs() 216 struct lu_fid fid; in ll_nfs_get_name_filldir() local 257 static struct dentry *ll_fh_to_dentry(struct super_block *sb, struct fid *fid, in ll_fh_to_dentry() 268 static struct dentry *ll_fh_to_parent(struct super_block *sb, struct fid *fid, in ll_fh_to_parent()
|
D | llite_rmtacl.c | 181 static struct eacl_entry *ee_alloc(pid_t key, struct lu_fid *fid, int type, in ee_alloc() 211 struct lu_fid *fid, int type) in __et_search_del() 230 struct lu_fid *fid, int type) in et_search_del() 253 int ee_add(struct eacl_table *et, pid_t key, struct lu_fid *fid, int type, in ee_add()
|
D | dir.c | 510 struct lu_fid fid; in ll_dir_read() local 1772 const struct lu_fid *fid; in ll_dir_ioctl() local
|
D | lloop.c | 626 struct lu_fid fid; in lo_ioctl() local
|
D | file.c | 1321 struct lu_fid fid; in ll_lov_recreate_fid() local 2791 struct lu_fid *fid; in ll_have_md_lock() local 2830 struct lu_fid *fid; in ll_take_md_lock() local
|
D | namei.c | 865 static inline void ll_get_child_fid(struct dentry *child, struct lu_fid *fid) in ll_get_child_fid()
|
D | llite_internal.h | 1021 struct lu_fid *fid; in ll_inode2fid() local
|
/linux-4.4.14/fs/cifs/ |
D | smb2ops.c | 297 struct cifs_fid fid; in smb3_qfs_tcon() local 331 struct cifs_fid fid; in smb2_qfs_tcon() local 360 struct cifs_fid fid; in smb2_is_path_accessible() local 395 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info() 529 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid() 543 struct cifs_fid *fid) in smb2_close_file() 702 struct cifs_fid *fid) in smb2_flush_file() 890 struct cifs_fid *fid, __u16 search_flags, in smb2_query_dir_first() 930 struct cifs_fid *fid, __u16 search_flags, in smb2_query_dir_next() 939 struct cifs_fid *fid) in smb2_close_dir() [all …]
|
D | smb1ops.c | 570 struct cifs_fid fid; in cifs_query_path_info() local 616 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info() 723 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid() 733 struct cifs_fid *fid) in cifs_close_file() 740 struct cifs_fid *fid) in cifs_flush_file() 771 struct cifs_fid fid; in smb_set_file_info() local 849 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first() 858 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next() 866 struct cifs_fid *fid) in cifs_close_dir() 872 cifs_oplock_response(struct cifs_tcon *tcon, struct cifs_fid *fid, in cifs_oplock_response() [all …]
|
D | dir.c | 196 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create() 425 struct cifs_fid fid; in cifs_atomic_open() local 540 struct cifs_fid fid; in cifs_create() local 581 struct cifs_fid fid; in cifs_mknod() local
|
D | link.c | 331 struct cifs_fid fid; in cifs_query_mf_symlink() local 375 struct cifs_fid fid; in cifs_create_mf_symlink() local 417 struct cifs_fid fid; in smb3_query_mf_symlink() local 479 struct cifs_fid fid; in smb3_create_mf_symlink() local
|
D | misc.c | 622 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 635 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | smb2file.c | 45 struct cifs_fid *fid = oparms->fid; in smb2_open_file() local
|
D | inode.c | 434 struct cifs_fid fid; local 707 const struct cifs_fid *fid) 1092 struct cifs_fid fid; local 1613 struct cifs_fid fid; local
|
D | smb2inode.c | 50 struct cifs_fid fid; in smb2_open_op_close() local
|
D | cifsacl.c | 899 struct cifs_fid fid; in get_cifs_acl_by_path() local 963 struct cifs_fid fid; in set_cifs_acl() local
|
D | cifssmb.c | 3162 __u16 fid, char **symlinkinfo, in CIFSSMBQuerySymLink() 3285 __u16 fid) in CIFSSMB_set_compression() 3824 CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, in CIFSSMBGetCIFSACL() 3913 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, in CIFSSMBSetCIFSACL() 5717 const FILE_BASIC_INFO *data, __u16 fid, __u32 pid_of_opener) in CIFSSMBSetFileInfo() 5781 bool delete_file, __u16 fid, __u32 pid_of_opener) in CIFSSMBSetFileDisposition() 6016 u16 fid, u32 pid_of_opener) in CIFSSMBUnixSetFileInfo()
|
D | file.c | 177 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open() 271 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo() 366 struct cifs_fid fid; in cifsFileInfo_put() local 450 struct cifs_fid fid; in cifs_open() local
|
D | smb2pdu.c | 1082 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf() 1188 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
|
D | cifsglob.h | 1013 struct cifs_fid *fid; member 1042 struct cifs_fid fid; /* file id from remote */ member
|
/linux-4.4.14/fs/fat/ |
D | nfs.c | 114 struct fat_fid *fid = (struct fat_fid *) fh; in fat_encode_fh_nostale() local 151 static struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, in fat_fh_to_dentry() 163 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_dentry_nostale() local 189 static struct dentry *fat_fh_to_parent(struct super_block *sb, struct fid *fid, in fat_fh_to_parent() 201 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_parent_nostale() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_export.c | 62 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local 164 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry() 188 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent()
|
D | xfs_ioctl.c | 160 struct xfs_fid64 fid; in xfs_handle_to_dentry() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | powernow-k8.c | 61 static u32 find_freq_from_fid(u32 fid) in find_freq_from_fid() 67 static u32 find_khz_freq_from_fid(u32 fid) in find_khz_freq_from_fid() 78 static u32 convert_fid_to_vco_fid(u32 fid) in convert_fid_to_vco_fid() 139 u8 fid, vid; in fidvid_msr_init() local 151 static int write_new_fid(struct powernow_k8_data *data, u32 fid) in write_new_fid() 813 u32 fid; in fill_powernow_table_fidvid() local 893 u32 fid = 0; in transition_frequency_fidvid() local
|
D | powernow-k7.c | 61 unsigned long fid:5, member 177 u8 fid, vid; in get_ranges() local 220 static void change_FID(int fid) in change_FID() 252 u8 fid, vid; in powernow_target() local 354 u8 fid, vid; in powernow_acpi_init() local
|
D | cpufreq-nforce2.c | 40 static int fid; variable
|
D | powernow-k8.h | 179 u8 fid; member
|
/linux-4.4.14/fs/btrfs/ |
D | export.c | 18 struct btrfs_fid *fid = (struct btrfs_fid *)fh; in btrfs_encode_fh() local 110 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_parent() local 134 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_dentry() local
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 350 static int export_encode_fh(struct inode *inode, struct fid *fid, in export_encode_fh() 377 int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, in exportfs_encode_inode_fh() 389 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh() 412 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 123 struct afs_fid fid; member 427 struct afs_fid *fid, struct key *key) in afs_do_lookup() 463 struct afs_fid *fid) in afs_try_auto_mntpt() 498 struct afs_fid fid; in afs_lookup() local 736 struct afs_fid fid; in afs_mkdir() local 913 struct afs_fid fid; in afs_create() local 1021 struct afs_fid fid; in afs_symlink() local
|
D | inode.c | 27 struct afs_fid fid; member 199 struct afs_fid *fid, struct afs_file_status *status, in afs_iget()
|
D | callback.c | 144 struct afs_fid *fid) in afs_break_one_callback()
|
D | super.c | 311 struct afs_fid fid; in afs_fill_super() local
|
D | afs.h | 67 struct afs_fid fid; /* file identifier */ member
|
D | fsclient.c | 22 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid()
|
D | internal.h | 338 struct afs_fid fid; /* the file identifier for this inode */ member
|
/linux-4.4.14/fs/squashfs/ |
D | export.c | 91 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() 102 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent()
|
/linux-4.4.14/fs/efs/ |
D | namei.c | 95 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, in efs_fh_to_dentry() 102 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, in efs_fh_to_parent()
|
/linux-4.4.14/fs/ocfs2/ |
D | export.c | 239 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry() 253 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent()
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 367 static struct dentry *ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ntfs_fh_to_dentry() 374 static struct dentry *ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, in ntfs_fh_to_parent()
|
/linux-4.4.14/fs/isofs/ |
D | export.c | 162 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry() 174 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_parent()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_fld.c | 55 const struct lu_fid *fid, in lmv_fld_lookup()
|
D | lmv_obd.c | 1213 int __lmv_fid_alloc(struct lmv_obd *lmv, struct lu_fid *fid, u32 mds) in __lmv_fid_alloc() 1247 int lmv_fid_alloc(struct obd_export *exp, struct lu_fid *fid, in lmv_fid_alloc() 1441 struct lu_fid *fid) in lmv_getstatus() 1455 static int lmv_getxattr(struct obd_export *exp, const struct lu_fid *fid, in lmv_getxattr() 1479 static int lmv_setxattr(struct obd_export *exp, const struct lu_fid *fid, in lmv_setxattr() 1531 static int lmv_null_inode(struct obd_export *exp, const struct lu_fid *fid) in lmv_null_inode() 1558 static int lmv_find_cbdata(struct obd_export *exp, const struct lu_fid *fid, in lmv_find_cbdata() 1611 struct lu_fid *fid) in lmv_locate_mds() 1847 struct lu_fid *fid = md_op_data_fid(op_data, flag); in lmv_early_cancel() local 2015 static int lmv_sync(struct obd_export *exp, const struct lu_fid *fid, in lmv_sync() [all …]
|
D | lmv_internal.h | 129 lmv_find_target(struct lmv_obd *lmv, const struct lu_fid *fid) in lmv_find_target()
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | amd.c | 17 unsigned fid:6; member 47 int fid, did; in get_cof() local
|
/linux-4.4.14/fs/gfs2/ |
D | export.c | 158 static struct dentry *gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, in gfs2_fh_to_dentry() 180 static struct dentry *gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, in gfs2_fh_to_parent()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_event.c | 20 u32 fid; /* function id */ member 37 u32 fid; /* function id */ member
|
D | pci_clp.c | 163 int clp_add_pci_device(u32 fid, u32 fh, int configured) in clp_add_pci_device()
|
D | pci.c | 79 struct zpci_dev *get_zdev_by_fid(u32 fid) in get_zdev_by_fid()
|
/linux-4.4.14/fs/ceph/ |
D | export.c | 109 struct fid *fid, in ceph_fh_to_dentry() 187 struct fid *fid, in ceph_fh_to_parent()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 283 static int mlxsw_sp_fid_create(struct mlxsw_sp *mlxsw_sp, u16 fid) in mlxsw_sp_fid_create() 298 static void mlxsw_sp_fid_destroy(struct mlxsw_sp *mlxsw_sp, u16 fid) in mlxsw_sp_fid_destroy() 309 static int mlxsw_sp_port_fid_map(struct mlxsw_sp_port *mlxsw_sp_port, u16 fid) in mlxsw_sp_port_fid_map() 321 static int mlxsw_sp_port_fid_unmap(struct mlxsw_sp_port *mlxsw_sp_port, u16 fid) in mlxsw_sp_port_fid_unmap() 862 u16 fid; in mlxsw_sp_fids_fini() local
|
D | reg.h | 1002 u16 fid, u16 vid) in mlxsw_reg_svfa_pack() 1124 enum mlxsw_reg_sfmr_op op, u16 fid, in mlxsw_reg_sfmr_pack()
|
D | spectrum.c | 295 enum mlxsw_reg_svfa_mt mt, bool valid, u16 fid, in mlxsw_sp_port_vid_to_fid_set()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 155 const struct lu_fid *fid, ldlm_type_t type, in mdc_lock_match() 171 const struct lu_fid *fid, in mdc_cancel_unused() 188 const struct lu_fid *fid) in mdc_null_inode() 215 const struct lu_fid *fid, in mdc_find_cbdata() 1035 struct lu_fid *fid, __u64 *bits) in mdc_revalidate_lock()
|
D | mdc_lib.c | 81 void mdc_pack_body(struct ptlrpc_request *req, const struct lu_fid *fid, in mdc_pack_body() 98 __u32 size, const struct lu_fid *fid) in mdc_readdir_pack()
|
D | mdc_request.c | 279 const struct lu_fid *fid, in mdc_xattr_common() 386 static int mdc_setxattr(struct obd_export *exp, const struct lu_fid *fid, in mdc_setxattr() 398 static int mdc_getxattr(struct obd_export *exp, const struct lu_fid *fid, in mdc_getxattr() 2144 static int mdc_sync(struct obd_export *exp, const struct lu_fid *fid, in mdc_sync() 2226 int mdc_fid_alloc(struct obd_export *exp, struct lu_fid *fid, in mdc_fid_alloc() 2428 static int mdc_get_remote_perm(struct obd_export *exp, const struct lu_fid *fid, in mdc_get_remote_perm()
|
D | mdc_reint.c | 69 int mdc_resource_get_unused(struct obd_export *exp, const struct lu_fid *fid, in mdc_resource_get_unused()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 61 void lustre_swab_lu_fid(struct lu_fid *fid) in lustre_swab_lu_fid() 110 static void lustre_swab_ll_fid(struct ll_fid *fid) in lustre_swab_ll_fid()
|
D | lu_object.c | 76 const struct lu_fid *fid; in lu_object_put() local 869 struct lu_fid *fid = (struct lu_fid *)key; in lu_obj_hop_hash() local
|
D | cl_object.c | 109 struct cl_device *cd, const struct lu_fid *fid, in cl_object_find()
|
D | cl_lock.c | 2173 const struct lu_fid *fid; in cl_lock_descr_print() local
|
/linux-4.4.14/fs/nilfs2/ |
D | namei.c | 494 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_dentry() local 507 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_parent() local 519 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_encode_fh() local
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-armpll.c | 77 unsigned int policy, fid, active_fid; in __get_fid() local 116 unsigned int fid; in __get_mdiv() local
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-match.c | 26 struct fmc_fru_id *fid; in fmc_match() local
|
/linux-4.4.14/include/linux/ |
D | exportfs.h | 105 struct fid { struct 106 union {
|
D | nvme.h | 445 __le32 fid; member
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 122 static struct dentry *jffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, in jffs2_fh_to_dentry() 129 static struct dentry *jffs2_fh_to_parent(struct super_block *sb, struct fid *fid, in jffs2_fh_to_parent()
|
/linux-4.4.14/drivers/w1/ |
D | w1_family.c | 101 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()
|
D | w1_family.h | 76 u8 fid; member
|
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.c | 138 struct fid *fid = NULL, sfid; in nfsd_set_fh_dentry() local 395 struct fid *fid = (struct fid *) in _fh_update() local
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 244 unsigned fid) in mvebu_pinmux_get_func_name() 251 static int mvebu_pinmux_get_groups(struct pinctrl_dev *pctldev, unsigned fid, in mvebu_pinmux_get_groups() 262 static int mvebu_pinmux_set(struct pinctrl_dev *pctldev, unsigned fid, in mvebu_pinmux_set()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | glimpse.c | 91 const struct lu_fid *fid = lu_object_fid(&clob->co_lu); in cl_glimpse_lock() local
|
D | lcommon_cl.c | 1014 struct lu_fid *fid; in cl_file_inode_init() local 1166 __u64 cl_fid_build_ino(const struct lu_fid *fid, int api32) in cl_fid_build_ino() 1177 __u32 cl_fid_build_gen(const struct lu_fid *fid) in cl_fid_build_gen()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cmd.c | 596 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure() 629 int sclp_pci_configure(u32 fid) in sclp_pci_configure() 635 int sclp_pci_deconfigure(u32 fid) in sclp_pci_deconfigure()
|
D | tape_3590.h | 101 unsigned int fid:8; member
|
/linux-4.4.14/fs/udf/ |
D | namei.c | 1273 struct fid *fid, int fh_len, int fh_type) in udf_fh_to_dentry() 1285 struct fid *fid, int fh_len, int fh_type) in udf_fh_to_parent() 1299 struct fid *fid = (struct fid *)fh; in udf_encode_fh() local
|
/linux-4.4.14/include/scsi/ |
D | fc_encode.h | 33 struct fc_ns_fid fid; /* port ID object */ member 44 struct fc_ns_fid fid; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 338 static inline __u64 fid_seq(const struct lu_fid *fid) in fid_seq() 344 static inline __u32 fid_oid(const struct lu_fid *fid) in fid_oid() 350 static inline __u32 fid_ver(const struct lu_fid *fid) in fid_ver() 355 static inline void fid_zero(struct lu_fid *fid) in fid_zero() 360 static inline __u64 fid_ver_oid(const struct lu_fid *fid) in fid_ver_oid() 446 static inline int fid_is_echo(const struct lu_fid *fid) in fid_is_echo() 456 static inline int fid_is_llog(const struct lu_fid *fid) in fid_is_llog() 493 static inline int fid_is_mdt0(const struct lu_fid *fid) in fid_is_mdt0() 498 static inline void lu_root_fid(struct lu_fid *fid) in lu_root_fid() 515 static inline int fid_is_igif(const struct lu_fid *fid) in fid_is_igif() [all …]
|
D | lustre_user.h | 477 #define PFID(fid) \ argument 485 #define RFID(fid) \ argument
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | act2000_isa.c | 360 act2000_fwid fid; in act2000_isa_getid() local
|
/linux-4.4.14/fs/jfs/ |
D | namei.c | 1505 struct dentry *jfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in jfs_fh_to_dentry() 1512 struct dentry *jfs_fh_to_parent(struct super_block *sb, struct fid *fid, in jfs_fh_to_parent()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 245 struct lu_client_seq *seq, struct lu_fid *fid) in seq_client_alloc_fid()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 981 struct fid *fid, int fh_len, int fh_type) in exofs_fh_to_dentry() 988 struct fid *fid, int fh_len, int fh_type) in exofs_fh_to_parent()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 115 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry() 121 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pci_clp.h | 20 u32 fid; /* PCI function id */ member 94 u32 fid; /* pci function id */ member
|
D | pci.h | 75 u32 fid; /* function ID, used by sclp */ member
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 972 u16 fid; in hfa384x_allocate_fid() local 2108 u16 fid; in prism2_alloc_ev() local 2223 u16 fid, len; in hostap_tx_compl_read() local 2416 u16 fid; in prism2_info() local
|
/linux-4.4.14/include/net/9p/ |
D | client.h | 187 u32 fid; member
|
/linux-4.4.14/drivers/w1/slaves/ |
D | w1_therm.c | 212 static inline int w1_convert_temp(u8 rom[9], u8 fid) in w1_convert_temp()
|
/linux-4.4.14/drivers/acpi/ |
D | processor_perflib.c | 292 u32 hi, lo, fid, did; in amd_fixup_frequency() local
|
D | battery.c | 955 static int acpi_battery_read(int fid, struct seq_file *seq) in acpi_battery_read()
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 365 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry() 372 static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid, in ext2_fh_to_parent()
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 881 static struct dentry *f2fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in f2fs_fh_to_dentry() 888 static struct dentry *f2fs_fh_to_parent(struct super_block *sb, struct fid *fid, in f2fs_fh_to_parent()
|
/linux-4.4.14/include/linux/qed/ |
D | common_hsi.h | 516 __le16 fid; member 530 __le16 fid; member 548 union pxp_pretend_fid fid; member
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpif_display.c | 322 static void process_interlaced_mode(int fid, struct common_obj *common) in process_interlaced_mode() 365 int fid = -1, i; in vpif_channel_isr() local
|
D | vpif_capture.c | 381 int fid = -1, i; in vpif_channel_isr() local
|
D | vpbe_display.c | 122 int fid; in venc_isr() local
|
D | vpfe_capture.c | 577 int fid; in vpfe_isr() local
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 730 struct fid *fid, int fh_len, int fh_type) in fuse_fh_to_dentry() 744 struct fid *fid, int fh_len, int fh_type) in fuse_fh_to_parent()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 1095 int fid; in vpfe_resizer_buffer_isr() local 1161 int fid; in vpfe_resizer_dma_isr() local
|
D | dm365_isif.c | 323 int fid; in vpfe_isif_buffer_isr() local
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8851.c | 118 u8 fid; member 712 unsigned fid = 0; in ks8851_wrpkt() local
|
D | ksz884x.c | 1047 u8 fid; member 1064 u8 fid; member 1735 u8 ports, int override, int valid, int use_fid, u8 fid) in sw_w_sta_mac_table() 1771 static int sw_r_vlan_table(struct ksz_hw *hw, u16 addr, u16 *vid, u8 *fid, in sw_r_vlan_table()
|
D | ks8851_mll.c | 458 u8 fid; member
|
/linux-4.4.14/drivers/net/dsa/ |
D | mv88e6xxx.c | 1006 static int _mv88e6xxx_atu_flush(struct dsa_switch *ds, u16 fid, bool static_too) in _mv88e6xxx_atu_flush() 1016 static int _mv88e6xxx_atu_move(struct dsa_switch *ds, u16 fid, int from_port, in _mv88e6xxx_atu_move() 1034 static int _mv88e6xxx_atu_remove(struct dsa_switch *ds, u16 fid, int port, in _mv88e6xxx_atu_remove() 1763 static int _mv88e6xxx_atu_getnext(struct dsa_switch *ds, u16 fid, in _mv88e6xxx_atu_getnext()
|
D | mv88e6xxx.h | 363 u16 fid; member 373 u16 fid; member
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc.h | 134 unsigned int fid; member
|
/linux-4.4.14/drivers/misc/ |
D | ics932s401.c | 227 int fid = data->regs[ICS932S401_REG_CFG7] & ICS932S401_FS_MASK; in show_cpu_clock_sel() local
|
/linux-4.4.14/fs/ |
D | libfs.c | 868 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() 901 struct dentry *generic_fh_to_parent(struct super_block *sb, struct fid *fid, in generic_fh_to_parent()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hermes.c | 316 static int hermes_allocate(struct hermes *hw, u16 size, u16 *fid) in hermes_allocate()
|
D | main.c | 585 u16 fid = hermes_read_regn(hw, ALLOCFID); in __orinoco_ev_alloc() local 613 u16 fid = hermes_read_regn(hw, TXCOMPLFID); in __orinoco_ev_txexc() local
|
D | orinoco_usb.c | 1296 static int ezusb_allocate(struct hermes *hw, u16 size, u16 *fid) in ezusb_allocate()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.c | 280 u16 fid) in qed_fid_pretend()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 518 u32 fid; in omapvid_handle_interlace_display() local 557 int ret, fid, mgr_id; in omap_vout_isr() local
|
/linux-4.4.14/fs/reiserfs/ |
D | inode.c | 1692 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in reiserfs_fh_to_dentry() 1722 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid, in reiserfs_fh_to_parent()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_video.c | 972 __u8 fid; in uvc_video_decode_start() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 944 struct lu_fid *fid; in cl_echo_object_find() local 1865 struct lu_fid fid; in echo_client_iocontrol() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 459 struct lu_fid fid; in ldlm_res_hop_fid_hash() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 113 const struct lu_fid *fid, in lov_sub_find()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 356 static int brcms_c_ffpld_check_txfunfl(struct brcms_c_info *wlc, int fid) in brcms_c_ffpld_check_txfunfl()
|
/linux-4.4.14/drivers/power/ |
D | rt9455_charger.c | 175 #define GET_MASK(fid) (BIT(rt9455_reg_fields[fid].msb + 1) - \ argument
|
/linux-4.4.14/arch/sparc/kernel/ |
D | mdesc.c | 280 const u64 *fid; in invoke_on_missing() local
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1211 int fid; member 2044 static void get_tx_error(struct airo_info *ai, s32 fid) in get_tx_error() 2100 int fid = priv->xmit.fid; in airo_end_xmit() local 2167 int fid = priv->xmit11.fid; in airo_end_xmit11() local 3291 u16 len, hdrlen = 0, gap, fid; in airo_handle_rx() local 3431 u16 fid; in airo_handle_tx() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 965 static u8 qlcnic_dcb_get_feat_cfg(struct net_device *netdev, int fid, u8 *flag) in qlcnic_dcb_get_feat_cfg()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1035 static struct dentry *ext4_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext4_fh_to_dentry() 1042 static struct dentry *ext4_fh_to_parent(struct super_block *sb, struct fid *fid, in ext4_fh_to_parent()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1242 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, in nvme_get_features() 1257 int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11, in nvme_set_features()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 1304 int fid; in vpfe_isr() local
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 887 uint16_t mid = 0, fid = 0; in qla2xxx_get_fdt_info() local
|
/linux-4.4.14/include/uapi/linux/ |
D | coda.h | 204 #define coda_f2i(fid)\ argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 1084 u8 fid, current_pf = 0; in bnx2x_get_vf_igu_cam_info() local
|
D | bnx2x_main.c | 11073 u8 fid, igu_sb_cnt = 0; in bnx2x_get_igu_cam_info() local 11567 u8 fid; in bnx2x_shared_fcoe_funcs() local
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 3503 struct FIRM_ID __iomem *fid = base_addr + ID_ADDRESS; in cyz_load_fw() local
|
/linux-4.4.14/mm/ |
D | shmem.c | 2689 struct fid *fid, int fh_len, int fh_type) in shmem_fh_to_dentry()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 3838 uint16_t fid = 0; in qla4_82xx_get_fdt_info() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 798 __le16 fid; member 899 __le16 fid; member 909 __le16 fid; member 1036 __le16 fid; member 1081 __le16 fid; member 1282 __le16 fid; member
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 583 u8 fid[8]; member
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 493 u8 fid[8]; member
|