Home
last modified time | relevance | path

Searched refs:inode (Results 2026 – 2050 of 2107) sorted by relevance

1...<<8182838485

/openbmc/linux/kernel/events/
H A Dcore.c5441 static int perf_release(struct inode *inode, struct file *file) in perf_release() argument
6656 struct inode *inode = file_inode(filp); in perf_fasync() local
6660 inode_lock(inode); in perf_fasync()
6662 inode_unlock(inode); in perf_fasync()
8424 struct inode *ns_inode; in perf_fill_ns_link_info()
8728 struct inode *inode; in perf_event_mmap_event() local
8746 inode = file_inode(vma->vm_file); in perf_event_mmap_event()
8747 dev = inode->i_sb->s_dev; in perf_event_mmap_event()
8748 ino = inode->i_ino; in perf_event_mmap_event()
8749 gen = inode->i_generation; in perf_event_mmap_event()
/openbmc/linux/drivers/net/
H A Dtun.c3465 static int tun_chr_open(struct inode *inode, struct file * file) in tun_chr_open() argument
3504 static int tun_chr_close(struct inode *inode, struct file *file) in tun_chr_close() argument
/openbmc/linux/Documentation/filesystems/
H A Dromfs.rst135 they will behave as you can expect (i.e. share the inode number).
H A Dautofs-mount-control.rst61 mounts are triggered for each sub-directory key by the inode lookup
69 use the follow_link inode operation to trigger the mount.
H A Ddebugfs.rst55 resulting inode structure, and fops is a set of file operations which
H A Dnilfs2.rst261 included in the ifile. The inode of ifile itself is included in the
/openbmc/linux/Documentation/core-api/
H A Dmemory-allocation.rst40 kernel data structures, DMAable memory, inode cache, all these and
/openbmc/linux/kernel/
H A Dseccomp.c1440 static int seccomp_notify_release(struct inode *inode, struct file *file) in seccomp_notify_release() argument
/openbmc/linux/drivers/iio/
H A Dindustrialio-buffer.c1506 static int iio_buffer_chrdev_release(struct inode *inode, struct file *filep) in iio_buffer_chrdev_release() argument
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c182 static int cpastats_open(struct inode *inode, struct file *file) in cpastats_open() argument
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c2781 static int debugfs_timings_open(struct inode *inode, struct file *file) in debugfs_timings_open() argument
2783 struct kvm_vcpu *vcpu = inode->i_private; in debugfs_timings_open()
2794 return nonseekable_open(inode, file); in debugfs_timings_open()
2797 static int debugfs_timings_release(struct inode *inode, struct file *file) in debugfs_timings_release() argument
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2533 static __be32 *encode_change(__be32 *p, struct kstat *stat, struct inode *inode, in encode_change() argument
2540 p = xdr_encode_hyper(p, nfsd4_change_attribute(stat, inode)); in encode_change()
2569 static __be32 *encode_time_delta(__be32 *p, struct inode *inode) in encode_time_delta() argument
2574 ns = max_t(u32, NSEC_PER_SEC/HZ, inode->i_sb->s_time_gran); in encode_time_delta()
/openbmc/linux/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2601 static int renesas_usb3_b_device_open(struct inode *inode, struct file *file) in renesas_usb3_b_device_open() argument
2603 return single_open(file, renesas_usb3_b_device_show, inode->i_private); in renesas_usb3_b_device_open()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_test.c3074 static int mtf_test_open(struct inode *inode, struct file *file) in mtf_test_open() argument
3076 return single_open(file, mtf_test_show, inode->i_private); in mtf_test_open()
/openbmc/phosphor-ipmi-flash/
H A DREADME.md136 folder seems to only update the directory inode's contents.
/openbmc/linux/fs/ocfs2/
H A Docfs2_fs.h741 /*00*/ __le64 inode; /* Inode number */ member
/openbmc/linux/Documentation/security/
H A Dcredentials.rst38 UID marked on the inode.
45 defined by the UID and the GID marked on the inode.
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c2265 static int synth_events_open(struct inode *inode, struct file *file) in synth_events_open() argument
H A Dtrace_events_hist.c5629 static int event_hist_open(struct inode *inode, struct file *file) in event_hist_open() argument
5633 ret = tracing_open_file_tr(inode, file); in event_hist_open()
5908 static int event_hist_debug_open(struct inode *inode, struct file *file) in event_hist_debug_open() argument
5912 ret = tracing_open_file_tr(inode, file); in event_hist_debug_open()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c2199 struct int_node *inode; local
2203 inode = intlist__findnew(ttrace->syscall_stats, id);
2204 if (inode == NULL)
2207 stats = inode->priv;
2214 inode->priv = stats;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst137 not offer full POSIX locking and inode consistency and can cause
/openbmc/openbmc/meta-security/meta-integrity/
H A DREADME.md250 inode) and thus invalidates the EVM hash.
/openbmc/linux/fs/ntfs/
H A Dattrib.c1548 struct inode *vi = VFS_I(ni); in ntfs_attr_make_non_resident()
1919 struct inode *vi = VFS_I(ni); in ntfs_attr_extend_allocation()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c945 struct inode *inode = file_inode(filp); in invalidate_sub() local
948 rc = invalidate_mapping_pages(inode->i_mapping, 0, -1); in invalidate_sub()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c386 static int ppp_open(struct inode *inode, struct file *file) in ppp_open() argument
396 static int ppp_release(struct inode *unused, struct file *file) in ppp_release()

1...<<8182838485