/fs/ceph/ |
D | strings.c | 107 const char *ceph_lease_op_name(int o) in ceph_lease_op_name() 118 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
|
D | snap.c | 430 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps()
|
/fs/ubifs/ |
D | orphan.c | 67 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 117 struct ubifs_orphan *o; in ubifs_delete_orphan() local 514 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 749 struct ubifs_orphan *o; in dbg_find_orphan() local 771 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 799 struct check_orphan *o; in dbg_find_check_orphan() local 817 struct check_orphan *o, *n; in dbg_free_check_tree() local
|
D | tnc_commit.c | 170 struct ubifs_old_idx *o; in find_old_idx() local
|
D | tnc.c | 84 struct ubifs_old_idx *old_idx, *o; in insert_old_idx() local
|
/fs/ufs/ |
D | ufs.h | 72 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 73 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 74 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
/fs/qnx6/ |
D | qnx6.h | 68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
|
D | xfs_dir2.h | 253 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte() 281 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr()
|
/fs/ntfs/ |
D | unistr.c | 265 int i, o, wc_len; in ntfs_nlstoucs() local 341 int i, o, ns_len, wc; in ntfs_ucstonls() local
|
/fs/affs/ |
D | affs.h | 122 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument 123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument 124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
|
/fs/befs/ |
D | linuxvfs.c | 506 int i, o; in befs_utf2nls() local 584 int i, o; in befs_nls2utf() local
|
/fs/fuse/ |
D | dir.c | 84 struct fuse_entry_out *o) in fuse_change_entry_timeout() 90 static u64 attr_timeout(struct fuse_attr_out *o) in attr_timeout() 95 static u64 entry_attr_timeout(struct fuse_entry_out *o) in entry_attr_timeout() 1231 struct fuse_entry_out *o = &direntplus->entry_out; in fuse_direntplus_link() local
|
/fs/hpfs/ |
D | super.c | 455 int o; in hpfs_remount_fs() local 562 int o; in hpfs_fill_super() local
|
/fs/proc/ |
D | kcore.c | 47 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
|
/fs/ext2/ |
D | xattr.c | 567 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
|
D | ext2.h | 398 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument 399 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
|
/fs/jffs2/ |
D | wbuf.c | 269 #define jffs2_verify_write(c,b,o) (0) argument
|
/fs/gfs2/ |
D | ops_fstype.c | 949 char *o, *options; in gfs2_lm_mount() local
|
D | dir.c | 164 unsigned int o; in gfs2_dir_write_data() local 279 unsigned int o; in gfs2_dir_read_data() local
|
D | super.c | 142 char *o; in gfs2_mount_args() local
|
/fs/logfs/ |
D | segment.c | 888 static void map_invalidatepage(struct page *page, unsigned int o, in map_invalidatepage()
|
/fs/ext4/ |
D | xattr.c | 717 size_t o = le16_to_cpu(last->e_value_offs); in ext4_xattr_set_entry() local
|
/fs/ |
D | compat_ioctl.c | 406 unsigned int cmd, struct compat_sg_req_info __user *o) in sg_grt_trans()
|
/fs/btrfs/ |
D | ctree.h | 1324 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument 1325 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument 1326 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument
|