Home
last modified time | relevance | path

Searched defs:inode (Results 426 – 450 of 1719) sorted by relevance

1...<<11121314151617181920>>...69

/OK3568_Linux_fs/kernel/security/integrity/
H A Dintegrity_audit.c28 void integrity_audit_msg(int audit_msgno, struct inode *inode, in integrity_audit_msg()
36 void integrity_audit_message(int audit_msgno, struct inode *inode, in integrity_audit_message()
/OK3568_Linux_fs/kernel/fs/qnx4/
H A Dqnx4.h38 static inline struct qnx4_inode_info *qnx4_i(struct inode *inode) in qnx4_i()
43 static inline struct qnx4_inode_entry *qnx4_raw_inode(struct inode *inode) in qnx4_raw_inode()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c181 static int smk_bu_inode(struct inode *inode, int mode, int rc) in smk_bu_inode()
207 #define smk_bu_inode(inode, mode, RC) (RC) argument
215 struct inode *inode = file_inode(file); in smk_bu_file() local
245 struct inode *inode = file_inode(file); in smk_bu_credfile() local
312 static void init_inode_smack(struct inode *inode, struct smack_known *skp) in init_inode_smack()
775 struct inode *inode = d_backing_inode(root); in smack_set_mnt_opts() local
899 struct inode *inode = file_inode(bprm->file); in smack_bprm_creds_for_exec() local
953 static int smack_inode_alloc_security(struct inode *inode) in smack_inode_alloc_security()
972 static int smack_inode_init_security(struct inode *inode, struct inode *dir, in smack_inode_init_security()
1159 static int smack_inode_permission(struct inode *inode, int mask) in smack_inode_permission()
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcompress.c25 static void *page_array_alloc(struct inode *inode, int nr) in page_array_alloc()
35 static void page_array_free(struct inode *inode, void *pages, int nr) in page_array_free()
88 struct inode *inode, pgoff_t index, void *data) in f2fs_set_compressed_page()
551 bool f2fs_is_compress_backend_ready(struct inode *inode) in f2fs_is_compress_backend_ready()
870 static int __f2fs_cluster_blocks(struct inode *inode, in __f2fs_cluster_blocks()
921 int f2fs_is_compressed_cluster(struct inode *inode, pgoff_t index) in f2fs_is_compressed_cluster()
1047 int f2fs_prepare_compress_overwrite(struct inode *inode, in f2fs_prepare_compress_overwrite()
1062 bool f2fs_compress_write_end(struct inode *inode, void *fsdata, in f2fs_compress_write_end()
1083 int f2fs_truncate_partial_cluster(struct inode *inode, u64 from, bool lock) in f2fs_truncate_partial_cluster()
1137 struct inode *inode = cc->inode; in f2fs_write_compressed_pages() local
[all …]
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Deisa_eeprom.c52 static int eisa_eeprom_open(struct inode *inode, struct file *file) in eisa_eeprom_open()
60 static int eisa_eeprom_release(struct inode *inode, struct file *file) in eisa_eeprom_release()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_inode.c60 struct inode *inode = VFS_I(ip); in xfs_trans_ichgtime() local
98 struct inode *inode = VFS_I(ip); in xfs_trans_log_inode() local
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel_debugfs.c58 minstrel_stats_open(struct inode *inode, struct file *file) in minstrel_stats_open()
120 minstrel_stats_csv_open(struct inode *inode, struct file *file) in minstrel_stats_csv_open()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dfile.c27 struct inode *inode = file->f_mapping->host; in nilfs_sync_file() local
49 struct inode *inode = file_inode(vma->vm_file); in nilfs_page_mkwrite() local
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsysfile.c94 struct inode *inode = NULL; in ocfs2_get_system_file_inode() local
130 struct inode *inode = NULL; in _ocfs2_get_system_file_inode() local
/OK3568_Linux_fs/kernel/fs/verity/
H A Dverify.c86 static bool verify_page(struct inode *inode, const struct fsverity_info *vi, in verify_page()
191 struct inode *inode = page->mapping->host; in fsverity_verify_page() local
225 struct inode *inode = bio_first_page_all(bio)->mapping->host; in fsverity_verify_bio() local
H A Dfsverity_private.h77 const struct inode *inode; member
111 #define fsverity_warn(inode, fmt, ...) \ argument
113 #define fsverity_err(inode, fmt, ...) \ argument
/OK3568_Linux_fs/kernel/fs/notify/dnotify/
H A Ddnotify.c74 struct inode *inode, struct inode *dir, in dnotify_handle_event()
141 struct inode *inode; in dnotify_flush() local
248 struct inode *inode; in fcntl_dirnotify() local
/OK3568_Linux_fs/kernel/fs/afs/
H A Dfile.c114 int afs_open(struct inode *inode, struct file *file) in afs_open()
165 int afs_release(struct inode *inode, struct file *file) in afs_release()
276 struct inode *inode = page->mapping->host; in afs_page_filler() local
401 struct inode *inode = page->mapping->host; in afs_readpage() local
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_fs.c196 static int ima_measurements_open(struct inode *inode, struct file *file) in ima_measurements_open()
262 static int ima_ascii_measurements_open(struct inode *inode, struct file *file) in ima_ascii_measurements_open()
385 static int ima_open_policy(struct inode *inode, struct file *filp) in ima_open_policy()
410 static int ima_release_policy(struct inode *inode, struct file *file) in ima_release_policy()
H A Dima_appraise.c66 int ima_must_appraise(struct inode *inode, int mask, enum ima_hooks func) in ima_must_appraise()
373 struct inode *inode = d_backing_inode(dentry); in ima_appraise_measurement() local
509 struct inode *inode = d_backing_inode(dentry); in ima_inode_post_setattr() local
544 static void ima_reset_appraise_flags(struct inode *inode, int digsig) in ima_reset_appraise_flags()
/OK3568_Linux_fs/kernel/fs/adfs/
H A Ddir.c156 static int adfs_dir_read_inode(struct super_block *sb, struct inode *inode, in adfs_dir_read_inode()
240 struct inode *inode = file_inode(file); in adfs_iterate() local
347 static int adfs_dir_lookup_byname(struct inode *inode, const struct qstr *qstr, in adfs_dir_lookup_byname()
432 struct inode *inode = NULL; in adfs_lookup() local
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c48 struct inode *inode; in find_acceptable_alias() local
358 static int export_encode_fh(struct inode *inode, struct fid *fid, in export_encode_fh()
385 int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, in exportfs_encode_inode_fh()
402 struct inode *inode = dentry->d_inode, *parent = NULL; in exportfs_encode_fh() local
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dsuper.c128 static void orangefs_free_inode(struct inode *inode) in orangefs_free_inode()
143 static void orangefs_destroy_inode(struct inode *inode) in orangefs_destroy_inode()
152 static int orangefs_write_inode(struct inode *inode, in orangefs_write_inode()
345 static int orangefs_encode_fh(struct inode *inode, in orangefs_encode_fh()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_net.c37 static struct net *get_proc_net(const struct inode *inode) in get_proc_net()
42 static int seq_open_net(struct inode *inode, struct file *file) in seq_open_net()
166 static int single_open_net(struct inode *inode, struct file *file) in single_open_net()
295 struct inode *inode = d_inode(path->dentry); in proc_tgid_net_getattr() local
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dutils.c18 struct inode *inode; in vboxsf_new_inode() local
48 void vboxsf_init_inode(struct vboxsf_sbi *sbi, struct inode *inode, in vboxsf_init_inode()
181 struct inode *inode; in vboxsf_inode_revalidate() local
220 struct inode *inode = d_inode(dentry); in vboxsf_getattr() local
/OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/
H A Duserdlm.c157 struct inode *inode; in user_dlm_grab_inode_ref() local
280 struct inode *inode; in user_dlm_drop_inode_ref() local
537 void user_dlm_write_lvb(struct inode *inode, in user_dlm_write_lvb()
555 bool user_dlm_read_lvb(struct inode *inode, char *val) in user_dlm_read_lvb()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsnap.c479 struct inode *inode = &ci->vfs_inode; in ceph_queue_cap_snap() local
621 struct inode *inode = &ci->vfs_inode; in __ceph_finish_cap_snap() local
669 struct inode *inode = igrab(&ci->vfs_inode); in queue_realm_cap_snaps() local
834 struct inode *inode; in flush_snaps() local
944 struct inode *inode = ceph_find_inode(sb, vino); in ceph_handle_snap() local
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_core.c326 static int mixer_open(struct inode *inode, struct file *file) in mixer_open()
338 static int mixer_release(struct inode *inode, struct file *file) in mixer_release()
763 static int sq_open(struct inode *inode, struct file *file) in sq_open()
881 static int sq_release(struct inode *inode, struct file *file) in sq_release()
1268 static int state_open(struct inode *inode, struct file *file) in state_open()
1350 static int state_release(struct inode *inode, struct file *file) in state_release()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_dev.c43 static int vechile_open(struct inode *inode, struct file *file) in vechile_open()
48 static int vechile_close(struct inode *inode, struct file *file) in vechile_close()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dacl.h39 #define jffs2_init_acl_pre(dir_i,inode,mode) (0) argument
40 #define jffs2_init_acl_post(inode) (0) argument

1...<<11121314151617181920>>...69