/openbmc/linux/fs/ext2/ |
H A D | dir.c | 64 static inline unsigned ext2_chunk_size(struct inode *inode) in ext2_chunk_size() 74 ext2_last_byte(struct inode *inode, unsigned long page_nr) in ext2_last_byte() 248 static inline void ext2_set_de_type(ext2_dirent *de, struct inode *inode) in ext2_set_de_type() 260 struct inode *inode = file_inode(file); in ext2_readdir() local 455 struct page *page, struct inode *inode, bool update_times) in ext2_set_link() 480 int ext2_add_link (struct dentry *dentry, struct inode *inode) in ext2_add_link() 577 struct inode *inode = page->mapping->host; in ext2_delete_entry() local 618 int ext2_make_empty(struct inode *inode, struct inode *parent) in ext2_make_empty() 660 int ext2_empty_dir (struct inode * inode) in ext2_empty_dir()
|
H A D | acl.c | 144 ext2_get_acl(struct inode *inode, int type, bool rcu) in ext2_get_acl() 183 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl() 227 struct inode *inode = d_inode(dentry); in ext2_set_acl() local 253 ext2_init_acl(struct inode *inode, struct inode *dir) in ext2_init_acl()
|
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 154 struct inode *inode; in ibmasmfs_create_file() local 177 struct inode *inode; in ibmasmfs_create_dir() local 231 static int command_file_open(struct inode *inode, struct file *file) in command_file_open() 248 static int command_file_close(struct inode *inode, struct file *file) in command_file_close() 337 static int event_file_open(struct inode *inode, struct file *file) in event_file_open() 359 static int event_file_close(struct inode *inode, struct file *file) in event_file_close() 426 static int r_heartbeat_file_open(struct inode *inode, struct file *file) in r_heartbeat_file_open() 444 static int r_heartbeat_file_close(struct inode *inode, struct file *file) in r_heartbeat_file_close() 497 static int remote_settings_file_close(struct inode *inode, struct file *file) in remote_settings_file_close()
|
/openbmc/linux/fs/ufs/ |
H A D | balloc.c | 39 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count) in ufs_free_fragments() 135 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count) in ufs_free_blocks() 239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr() 321 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() 340 u64 ufs_new_fragments(struct inode *inode, void *p, u64 fragment, in ufs_new_fragments() 490 static bool try_add_frags(struct inode *inode, unsigned frags) in try_add_frags() 504 static u64 ufs_add_fragments(struct inode *inode, u64 fragment, in ufs_add_fragments() 583 static u64 ufs_alloc_fragments(struct inode *inode, unsigned cgno, in ufs_alloc_fragments() 696 static u64 ufs_alloccg_block(struct inode *inode, in ufs_alloccg_block()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 62 static inline unsigned int nilfs_chunk_size(struct inode *inode) in nilfs_chunk_size() 71 static unsigned int nilfs_last_byte(struct inode *inode, unsigned long page_nr) in nilfs_last_byte() 261 static void nilfs_set_de_type(struct nilfs_dir_entry *de, struct inode *inode) in nilfs_set_de_type() 271 struct inode *inode = file_inode(file); in nilfs_readdir() local 448 struct page *page, struct inode *inode) in nilfs_set_link() 471 int nilfs_add_link(struct dentry *dentry, struct inode *inode) in nilfs_add_link() 573 struct inode *inode = mapping->host; in nilfs_delete_entry() local 613 int nilfs_make_empty(struct inode *inode, struct inode *parent) in nilfs_make_empty() 655 int nilfs_empty_dir(struct inode *inode) in nilfs_empty_dir()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 32 static inline struct hostfs_inode_info *HOSTFS_I(struct inode *inode) in HOSTFS_I() 230 static void hostfs_evict_inode(struct inode *inode) in hostfs_evict_inode() 241 static void hostfs_free_inode(struct inode *inode) in hostfs_free_inode() 354 static int hostfs_file_release(struct inode *inode, struct file *file) in hostfs_file_release() 364 struct inode *inode = file->f_mapping->host; in hostfs_fsync() local 401 struct inode *inode = mapping->host; in hostfs_writepage() local 479 struct inode *inode = mapping->host; in hostfs_write_end() local 565 static int hostfs_inode_test(struct inode *inode, void *data) in hostfs_inode_test() 575 struct inode *inode; in hostfs_iget() local 601 struct inode *inode; in hostfs_create() local [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | 23 static unsigned long dir_blocks(struct inode *inode) in dir_blocks() 472 struct page *page, struct inode *inode) in f2fs_set_link() 487 static void init_dent_inode(struct inode *dir, struct inode *inode, in init_dent_inode() 523 void f2fs_do_make_empty_dir(struct inode *inode, struct inode *parent, in f2fs_do_make_empty_dir() 536 static int make_empty_dir(struct inode *inode, in make_empty_dir() 560 struct page *f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, in f2fs_init_inode_metadata() 628 void f2fs_update_parent_metadata(struct inode *dir, struct inode *inode, in f2fs_update_parent_metadata() 703 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_regular_entry() 798 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_dentry() 823 struct inode *inode, nid_t ino, umode_t mode) in f2fs_do_add_link() [all …]
|
H A D | acl.c | 168 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl() 199 struct posix_acl *f2fs_get_acl(struct inode *inode, int type, bool rcu) in f2fs_get_acl() 208 struct inode *inode, umode_t *mode_p, in f2fs_acl_update_mode() 230 struct inode *inode, int type, in __f2fs_set_acl() 282 struct inode *inode = d_inode(dentry); in f2fs_set_acl() local 414 int f2fs_init_acl(struct inode *inode, struct inode *dir, struct page *ipage, in f2fs_init_acl()
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 88 struct inode *inode, pgoff_t index) in hugetlb_set_vma_policy() 100 struct inode *inode, pgoff_t index) in hugetlb_set_vma_policy() 121 struct inode *inode = file_inode(file); in hugetlbfs_file_mmap() local 340 struct inode *inode = mapping->host; in hugetlbfs_read_iter() local 613 static bool remove_inode_single_folio(struct hstate *h, struct inode *inode, in remove_inode_single_folio() 670 static void remove_inode_hugepages(struct inode *inode, loff_t lstart, in remove_inode_hugepages() 710 static void hugetlbfs_evict_inode(struct inode *inode) in hugetlbfs_evict_inode() 729 static void hugetlb_vmtruncate(struct inode *inode, loff_t offset) in hugetlb_vmtruncate() 770 static long hugetlbfs_punch_hole(struct inode *inode, loff_t offset, loff_t len) in hugetlbfs_punch_hole() 826 struct inode *inode = file_inode(file); in hugetlbfs_fallocate() local [all …]
|
/openbmc/linux/drivers/xen/xenfs/ |
H A D | xenstored.c | 19 static int xsd_release(struct inode *inode, struct file *file) in xsd_release() 25 static int xsd_kva_open(struct inode *inode, struct file *file) in xsd_kva_open() 56 static int xsd_port_open(struct inode *inode, struct file *file) in xsd_port_open()
|
/openbmc/linux/drivers/bus/mhi/host/ |
H A D | debugfs.c | 296 static int mhi_debugfs_states_open(struct inode *inode, struct file *fp) in mhi_debugfs_states_open() 301 static int mhi_debugfs_events_open(struct inode *inode, struct file *fp) in mhi_debugfs_events_open() 306 static int mhi_debugfs_channels_open(struct inode *inode, struct file *fp) in mhi_debugfs_channels_open() 311 static int mhi_debugfs_devices_open(struct inode *inode, struct file *fp) in mhi_debugfs_devices_open() 316 static int mhi_debugfs_regdump_open(struct inode *inode, struct file *fp) in mhi_debugfs_regdump_open() 321 static int mhi_debugfs_device_wake_open(struct inode *inode, struct file *fp) in mhi_debugfs_device_wake_open() 326 static int mhi_debugfs_timeout_ms_open(struct inode *inode, struct file *fp) in mhi_debugfs_timeout_ms_open()
|
/openbmc/linux/fs/ext4/ |
H A D | page-io.c | 176 struct inode *inode = io_end->inode; in ext4_end_io_end() local 197 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO() 239 static int ext4_do_flush_completed_IO(struct inode *inode, in ext4_do_flush_completed_IO() 275 ext4_io_end_t *ext4_init_io_end(struct inode *inode, gfp_t flags) in ext4_init_io_end() 340 struct inode *inode = io_end->inode; in ext4_end_bio() local 410 struct inode *inode, in io_submit_add_bh() 432 struct inode *inode = folio->mapping->host; in ext4_bio_write_folio() local
|
/openbmc/linux/fs/notify/ |
H A D | fsnotify.c | 20 void __fsnotify_inode_delete(struct inode *inode) in __fsnotify_inode_delete() 40 struct inode *inode, *iput_inode = NULL; in fsnotify_unmount_inodes() local 106 void fsnotify_set_children_dentry_flags(struct inode *inode) in fsnotify_set_children_dentry_flags() 155 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt, in fsnotify_event_needs_parent() 194 struct inode *inode = d_inode(dentry); in __fsnotify_parent() local 258 struct inode *inode = fsnotify_data_inode(data, data_type); in fsnotify_handle_inode_event() local 496 const struct qstr *file_name, struct inode *inode, u32 cookie) in fsnotify()
|
/openbmc/linux/fs/ceph/ |
H A D | acl.c | 19 static inline void ceph_set_cached_acl(struct inode *inode, in ceph_set_cached_acl() 32 struct posix_acl *ceph_get_acl(struct inode *inode, int type, bool rcu) in ceph_get_acl() 95 struct inode *inode = d_inode(dentry); in ceph_set_acl() local 257 void ceph_init_inode_acls(struct inode *inode, struct ceph_acl_sec_ctx *as_ctx) in ceph_init_inode_acls()
|
H A D | ioctl.c | 67 struct inode *inode = file_inode(file); in ceph_ioctl_set_layout() local 139 struct inode *inode = file_inode(file); in ceph_ioctl_set_layout_policy() local 183 struct inode *inode = file_inode(file); in ceph_ioctl_get_dataloc() local 245 struct inode *inode = file_inode(file); in ceph_ioctl_lazyio() local 294 struct inode *inode = file_inode(file); in ceph_set_encryption_policy() local
|
/openbmc/linux/fs/minix/ |
H A D | dir.c | 40 minix_last_byte(struct inode *inode, unsigned long page_nr) in minix_last_byte() 89 struct inode *inode = file_inode(file); in minix_readdir() local 206 int minix_add_link(struct dentry *dentry, struct inode *inode) in minix_add_link() 298 struct inode *inode = page->mapping->host; in minix_delete_entry() local 321 int minix_make_empty(struct inode *inode, struct inode *dir) in minix_make_empty() 368 int minix_empty_dir(struct inode * inode) in minix_empty_dir() 420 struct inode *inode) in minix_set_link() 465 struct inode *inode = mapping->host; in minix_inode_by_name() local
|
H A D | bitmap.c | 42 void minix_free_block(struct inode *inode, unsigned long block) in minix_free_block() 71 int minix_new_block(struct inode * inode) in minix_new_block() 158 static void minix_clear_inode(struct inode *inode) in minix_clear_inode() 183 void minix_free_inode(struct inode * inode) in minix_free_inode() 217 struct inode *inode = new_inode(sb); in minix_new_inode() local
|
/openbmc/linux/security/ |
H A D | lsm_audit.c | 222 struct inode *inode; in dump_common_audit_data() local 235 struct inode *inode; in dump_common_audit_data() local 248 struct inode *inode; in dump_common_audit_data() local 263 struct inode *inode; in dump_common_audit_data() local 280 struct inode *inode; in dump_common_audit_data() local
|
/openbmc/u-boot/fs/cramfs/ |
H A D | cramfs.c | 103 struct cramfs_inode *inode = (struct cramfs_inode *)(begin + offset); in cramfs_uncompress_link() local 123 struct cramfs_inode *inode; in cramfs_resolve() local 210 struct cramfs_inode *inode = (struct cramfs_inode *) (begin + offset); in cramfs_uncompress() local 258 struct cramfs_inode *inode = (struct cramfs_inode *) in cramfs_list_inode() local 298 struct cramfs_inode *inode; in cramfs_ls() local
|
/openbmc/linux/fs/ocfs2/ |
H A D | namei.c | 101 struct inode *inode = NULL; in ocfs2_lookup() local 186 struct inode *inode; in ocfs2_get_init_inode() local 212 struct dentry *dentry, struct inode *inode) in ocfs2_cleanup_add_entry_failure() 239 struct inode *inode = NULL; in ocfs2_mknod() local 508 struct inode *inode, in __ocfs2_mknod_locked() 622 struct inode *inode, in ocfs2_mknod_locked() 686 struct inode *inode = d_inode(old_dentry); in ocfs2_link() local 862 static inline int ocfs2_inode_is_unlinkable(struct inode *inode) in ocfs2_inode_is_unlinkable() 881 struct inode *inode = d_inode(dentry); in ocfs2_unlink() local 1701 struct inode *inode, in ocfs2_create_symlink_data() [all …]
|
/openbmc/linux/fs/verity/ |
H A D | read_metadata.c | 15 static int fsverity_read_merkle_tree(struct inode *inode, in fsverity_read_merkle_tree() 97 static int fsverity_read_descriptor(struct inode *inode, in fsverity_read_descriptor() 118 static int fsverity_read_signature(struct inode *inode, in fsverity_read_signature() 153 struct inode *inode = file_inode(filp); in fsverity_ioctl_read_metadata() local
|
/openbmc/linux/fs/isofs/ |
H A D | dir.c | 17 int isofs_name_translate(struct iso_directory_record *de, char *new, struct inode *inode) in isofs_name_translate() 51 char *retname, struct inode *inode) in get_acorn_filename() 82 static int do_isofs_readdir(struct inode *inode, struct file *file, in do_isofs_readdir() 254 struct inode *inode = file_inode(file); in isofs_readdir() local
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 81 struct inode *inode; in ubifs_new_inode() local 200 struct inode *inode = NULL; in ubifs_lookup() local 288 struct inode *inode; in ubifs_create() local 358 struct inode *inode; in create_whiteout() local 426 struct inode *inode; in ubifs_tmpfile() local 724 struct inode *inode = d_inode(old_dentry); in ubifs_link() local 798 struct inode *inode = d_inode(dentry); in ubifs_unlink() local 904 struct inode *inode = d_inode(dentry); in ubifs_rmdir() local 979 struct inode *inode; in ubifs_mkdir() local 1052 struct inode *inode; in ubifs_mknod() local [all …]
|
/openbmc/linux/fs/9p/ |
H A D | acl.h | 27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 31 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 35 static inline int v9fs_set_create_acl(struct inode *inode, in v9fs_set_create_acl()
|
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 831 struct inode *inode = file_inode(filp); in cache_read() local 951 struct inode *inode = file_inode(filp); in cache_write() local 1022 static int cache_open(struct inode *inode, struct file *filp, in cache_open() 1049 static int cache_release(struct inode *inode, struct file *filp, in cache_release() 1456 static int content_open(struct inode *inode, struct file *file, in content_open() 1476 static int content_release(struct inode *inode, struct file *file, in content_release() 1484 static int open_flush(struct inode *inode, struct file *file, in open_flush() 1492 static int release_flush(struct inode *inode, struct file *file, in release_flush() 1580 struct inode *inode = file_inode(filp); in cache_ioctl_procfs() local 1586 static int cache_open_procfs(struct inode *inode, struct file *filp) in cache_open_procfs() [all …]
|