Home
last modified time | relevance | path

Searched defs:of (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/kernfs/
Dfile.c95 struct kernfs_open_file *of = sf->private; in kernfs_seq_stop_active() local
105 struct kernfs_open_file *of = sf->private; in kernfs_seq_start() local
134 struct kernfs_open_file *of = sf->private; in kernfs_seq_next() local
155 struct kernfs_open_file *of = sf->private; in kernfs_seq_stop() local
164 struct kernfs_open_file *of = sf->private; in kernfs_seq_show() local
184 static ssize_t kernfs_file_direct_read(struct kernfs_open_file *of, in kernfs_file_direct_read()
249 struct kernfs_open_file *of = kernfs_of(file); in kernfs_fop_read() local
276 struct kernfs_open_file *of = kernfs_of(file); in kernfs_fop_write() local
337 struct kernfs_open_file *of = kernfs_of(file); in kernfs_vma_open() local
354 struct kernfs_open_file *of = kernfs_of(file); in kernfs_vma_fault() local
[all …]
/linux-4.19.296/fs/sysfs/
Dfile.c43 struct kernfs_open_file *of = sf->private; in sysfs_kf_seq_show() local
81 static ssize_t sysfs_kf_bin_read(struct kernfs_open_file *of, char *buf, in sysfs_kf_bin_read()
105 static ssize_t sysfs_kf_read(struct kernfs_open_file *of, char *buf, in sysfs_kf_read()
131 static ssize_t sysfs_kf_write(struct kernfs_open_file *of, char *buf, in sysfs_kf_write()
144 static ssize_t sysfs_kf_bin_write(struct kernfs_open_file *of, char *buf, in sysfs_kf_bin_write()
165 static int sysfs_kf_bin_mmap(struct kernfs_open_file *of, in sysfs_kf_bin_mmap()
/linux-4.19.296/lib/
Dtest_overflow.c218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
296 #define TEST_ONE_SHIFT(a, s, t, expect, of) ({ \ in test_overflow_shift() argument
/linux-4.19.296/include/linux/mtd/
Dspear_smi.h23 #define DEFINE_PARTS(n, of, s) \ argument
/linux-4.19.296/block/
Dblk-throttle.c1431 static ssize_t tg_set_conf(struct kernfs_open_file *of, in tg_set_conf()
1464 static ssize_t tg_set_conf_u64(struct kernfs_open_file *of, in tg_set_conf_u64()
1470 static ssize_t tg_set_conf_uint(struct kernfs_open_file *of, in tg_set_conf_uint()
1594 static ssize_t tg_set_limit(struct kernfs_open_file *of, in tg_set_limit()
Dblk-iolatency.c795 static ssize_t iolatency_set_limit(struct kernfs_open_file *of, char *buf, in iolatency_set_limit()
Dcfq-iosched.c1760 static ssize_t __cfqg_set_weight_device(struct kernfs_open_file *of, in __cfqg_set_weight_device()
1808 static ssize_t cfqg_set_weight_device(struct kernfs_open_file *of, in cfqg_set_weight_device()
1814 static ssize_t cfqg_set_leaf_weight_device(struct kernfs_open_file *of, in cfqg_set_leaf_weight_device()
2153 static ssize_t cfq_set_weight_on_dfl(struct kernfs_open_file *of, in cfq_set_weight_on_dfl()
Dbfq-cgroup.c906 static ssize_t bfq_io_set_weight(struct kernfs_open_file *of, in bfq_io_set_weight()
/linux-4.19.296/drivers/misc/
DKconfig82 choice of which one to use for the clock framework. The other choice
/linux-4.19.296/include/linux/
Dcgroup.h630 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft()