Searched refs:ino_t (Results 76 - 100 of 108) sorted by relevance

12345

/linux-master/include/linux/
H A Dfs.h3013 extern ino_t iunique(struct super_block *, ino_t);
3066 static inline bool is_zero_ino(ino_t ino)
3442 static inline ino_t parent_ino(struct dentry *dentry)
3444 ino_t res;
H A Dcgroup.h563 static inline ino_t cgroup_ino(struct cgroup *cgrp)
H A Dmemcontrol.h918 ino_t page_cgroup_ino(struct page *page);
/linux-master/fs/ext4/
H A Dorphan.c581 ino_t orphan_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_orphan_file_inum);
/linux-master/include/trace/events/
H A Djbd2.h123 __field( ino_t, ino )
/linux-master/fs/omfs/
H A Dinode.c202 struct inode *omfs_iget(struct super_block *sb, ino_t ino)
/linux-master/fs/ext2/
H A Dialloc.c426 ino_t ino = 0;
H A Ddir.c422 int ext2_inode_by_name(struct inode *dir, const struct qstr *child, ino_t *ino)
H A Dext2.h722 const struct qstr *child, ino_t *ino);
H A Dinode.c1305 static struct ext2_inode *ext2_get_inode(struct super_block *sb, ino_t ino,
1507 ino_t ino = inode->i_ino;
/linux-master/fs/nilfs2/
H A Dnamei.c57 ino_t ino;
H A Dinode.c334 ino_t ino;
799 ino_t ino = inode->i_ino;
H A Dioctl.c605 ino_t ino;
H A Dsegment.c1554 ino_t ino = 0;
2152 void nilfs_flush_segment(struct super_block *sb, ino_t ino)
/linux-master/fs/jfs/
H A Djfs_dtree.c567 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data,
580 ino_t inumber;
815 struct component_name * name, ino_t * fsn, struct btstack * btstack)
2076 struct inode *ip, struct component_name * key, ino_t * ino, int flag)
4215 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag)
/linux-master/mm/
H A Dshmem.c336 static int shmem_reserve_inode(struct super_block *sb, ino_t *inop)
339 ino_t ino;
382 ino_t *next_ino;
2497 ino_t ino;
4024 if (sizeof(ino_t) < 8) {
4373 sbinfo->ino_batch = alloc_percpu(ino_t);
/linux-master/fs/orangefs/
H A Dinode.c1008 * a ino_t type that will be used as a hash-index from where the handle will
1011 static inline ino_t orangefs_handle_hash(struct orangefs_object_kref *ref)
/linux-master/security/tomoyo/
H A Dcommon.h570 ino_t ino;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h234 static ino_t get_inode_from_kernfs(struct kernfs_node* node)
/linux-master/fs/smb/client/
H A Dreaddir.c899 ino_t ino = cifs_uniqueid_to_ino_t(fattr->cf_uniqueid);
/linux-master/fs/cramfs/
H A Dinode.c717 ino_t ino;
/linux-master/fs/ubifs/
H A Dtnc.c2903 int ubifs_tnc_remove_ino(struct ubifs_info *c, ino_t inum)
2917 ino_t xattr_inum;
/linux-master/security/selinux/
H A Dselinuxfs.c204 ino_t ino = file_inode(filp)->i_ino;
822 ino_t ino = file_inode(file)->i_ino;
/linux-master/fs/configfs/
H A Ddir.c1609 ino_t ino = 0;
/linux-master/fs/nfsd/
H A Dnfsctl.c103 ino_t ino = file_inode(file)->i_ino;

Completed in 399 milliseconds

12345