Home
last modified time | relevance | path

Searched refs:nilfs (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nilfs2/
H A Dsysfs.c26 struct the_nilfs *nilfs = container_of(kobj->parent, \
32 return a->show ? a->show(a, nilfs, buf) : 0; \
38 struct the_nilfs *nilfs = container_of(kobj->parent, \
44 return a->store ? a->store(a, nilfs, buf, len) : 0; \
66 static int nilfs_sysfs_create_##name##_group(struct the_nilfs *nilfs) \
73 subgroups = nilfs->ns_##parent_name##_subgroups; \
76 parent = &nilfs->ns_##parent_name##_kobj; \
85 static void nilfs_sysfs_delete_##name##_group(struct the_nilfs *nilfs) \
87 kobject_put(&nilfs->ns_##parent_name##_subgroups->sg_##name##_kobj); \
177 struct the_nilfs *nilfs; in nilfs_sysfs_create_snapshot_group() local
[all …]
H A Dthe_nilfs.h189 static inline void set_nilfs_##name(struct the_nilfs *nilfs) \
191 set_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
193 static inline void clear_nilfs_##name(struct the_nilfs *nilfs) \
195 clear_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
197 static inline int nilfs_##name(struct the_nilfs *nilfs) \
199 return test_bit(THE_NILFS_##bit, &(nilfs)->ns_flags); \
211 #define nilfs_clear_opt(nilfs, opt) \ argument
212 ((nilfs)->ns_mount_opt &= ~NILFS_MOUNT_##opt)
213 #define nilfs_set_opt(nilfs, opt) \ argument
214 ((nilfs)->ns_mount_opt |= NILFS_MOUNT_##opt)
[all …]
H A Dsegment.h240 int nilfs_salvage_orphan_logs(struct the_nilfs *nilfs, struct super_block *sb,
H A Dsegbuf.h163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
/linux/
H A DMAINTAINERS19271 L: linux-nilfs@vger.kernel.org
19273 W: https://nilfs.sourceforge.io/