Searched defs:ino (Results 251 - 275 of 315) sorted by relevance

<<111213

/linux-master/fs/f2fs/
H A Dgc.c939 static struct inode *find_gc_inode(struct gc_inode_list *gc_list, nid_t ino) argument
[all...]
/linux-master/fs/isofs/
H A Dinode.c1472 static int isofs_iget5_test(struct inode *ino, void *data) argument
1481 static int isofs_iget5_set(struct inode *ino, void *data) argument
/linux-master/fs/xfs/
H A Dxfs_log_recover.c1747 xlog_recover_iget( struct xfs_mount *mp, xfs_ino_t ino, struct xfs_inode **ipp) argument
1779 xlog_recover_iget_handle( struct xfs_mount *mp, xfs_ino_t ino, uint32_t gen, struct xfs_inode **ipp) argument
H A Dxfs_super.c286 xfs_ino_t ino; local
236 xfs_set_inode_alloc_perag( struct xfs_perag *pag, xfs_ino_t ino, xfs_agnumber_t max_metadata) argument
H A Dxfs_inode.c1041 xfs_ino_t ino; local
1221 xfs_ino_t ino; local
757 xfs_init_new_inode( struct mnt_idmap *idmap, struct xfs_trans *tp, struct xfs_inode *pip, xfs_ino_t ino, umode_t mode, xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs, struct xfs_inode **ipp) argument
2170 xfs_ino_t ino; local
[all...]
/linux-master/fs/udf/
H A Dinode.c1925 struct inode *__udf_iget(struct super_block *sb, struct kernel_lb_addr *ino, argument
H A Dsuper.c1187 struct kernel_lb_addr ino; local
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c310 xfs_ino_t ino = 0; local
36 xfs_inobt_lookup( struct xfs_btree_cur *cur, xfs_agino_t ino, xfs_lookup_t dir, int *stat) argument
1066 xfs_dialloc_check_ino( struct xfs_perag *pag, struct xfs_trans *tp, xfs_ino_t ino) argument
1104 xfs_ino_t ino; local
1581 xfs_ino_t ino; local
1804 xfs_ino_t ino; local
1871 xfs_ino_t ino = NULLFSINO; local
2422 xfs_imap( struct xfs_perag *pag, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_imap *imap, uint flags) argument
[all...]
/linux-master/tools/perf/util/
H A Ddso.h136 u64 ino; member in struct:dso_id
/linux-master/fs/nfs/
H A Dpnfs.h606 static inline int pnfs_return_layout(struct inode *ino) argument
738 static inline int pnfs_return_layout(struct inode *ino) argument
774 pnfs_roc(struct inode *ino, argument
799 pnfs_wait_on_layoutreturn(struct inode *ino, struct rpc_task *task) argument
907 pnfs_parse_lgopen(struct inode *ino, struct nfs4_layoutget *lgp, struct nfs_open_context *ctx) argument
[all...]
/linux-master/fs/ceph/
H A Dfile.c512 u64 ino; local
555 static void restore_deleg_ino(struct inode *dir, u64 ino) argument
639 u64 ino = ceph_vino(tinode).ino; local
[all...]
H A Dcaps.c1235 u64 ino, cid, follows; member in struct:cap_msg_args
[all...]
/linux-master/fs/nilfs2/
H A Dsegment.c1554 ino_t ino = 0; local
2148 nilfs_flush_segment(struct super_block *sb, ino_t ino) argument
/linux-master/fs/ntfs3/
H A Dfrecord.c20 ni_ins_mi(struct ntfs_inode *ni, struct rb_root *tree, CLST ino, struct rb_node *ins) argument
H A Dinode.c38 unsigned long ino = inode->i_ino; local
1234 CLST ino = 0; local
[all...]
H A Dsuper.c787 static struct inode *ntfs_export_get_inode(struct super_block *sb, u64 ino, argument
/linux-master/fs/btrfs/
H A Dfile.c211 u64 ino = btrfs_ino(inode); local
622 u64 ino = btrfs_ino(inode); local
3670 const u64 ino = btrfs_ino(inode); local
[all...]
H A Dfree-space-cache.c230 u64 ino; local
166 __create_free_space_inode(struct btrfs_root *root, struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 ino, u64 offset) argument
H A Drelocation.c1490 u64 ino; local
3360 delete_block_group_cache(struct btrfs_fs_info *fs_info, struct btrfs_block_group *block_group, struct inode *inode, u64 ino) argument
/linux-master/fs/ocfs2/
H A Ddir.c2033 ocfs2_empty_dir_filldir(struct dir_context *ctx, const char *name, int name_len, loff_t pos, u64 ino, unsigned type) argument
H A Drefcounttree.c3068 u64 ino = ocfs2_metadata_cache_owner(et->et_ci); local
3122 u64 ino = ocfs2_metadata_cache_owner(ci); local
/linux-master/drivers/crypto/
H A Dn2_core.c1748 const u64 *ino; local
/linux-master/arch/sparc/kernel/
H A Dpci_schizo.c827 static int pbm_routes_this_ino(struct pci_pbm_info *pbm, u32 ino) argument
/linux-master/fs/ext4/
H A Dnamei.c1843 __u32 ino = le32_to_cpu(de->inode); local
1888 __u32 ino; local
1902 "bad parent inode number: %u", ino); local
3640 ext4_setent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
3667 ext4_resetent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
[all...]
/linux-master/include/linux/
H A Dmemcontrol.h1394 static inline struct mem_cgroup *mem_cgroup_get_from_ino(unsigned long ino) argument

Completed in 652 milliseconds

<<111213