Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 33) sorted by relevance

12

/fs/ceph/
Dstrings.c110 const char *ceph_lease_op_name(int o) in ceph_lease_op_name()
121 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
Dsnap.c499 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps()
/fs/ubifs/
Dorphan.c48 struct ubifs_orphan *orphan, *o; in orphan_add() local
98 struct ubifs_orphan *o; in lookup_orphan() local
115 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop()
584 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local
867 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local
895 struct check_orphan *o; in dbg_find_check_orphan() local
913 struct check_orphan *o, *n; in dbg_free_check_tree() local
Dtnc_commit.c165 struct ubifs_old_idx *o; in find_old_idx() local
/fs/xfs/libxfs/
Dxfs_dir2.h162 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte()
190 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr()
Dxfs_ialloc.h30 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
/fs/ufs/
Dufs.h73 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument
74 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument
75 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
/fs/qnx6/
Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument
70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
/fs/vboxsf/
Dvfsmod.h36 struct vboxsf_options o; member
42 struct vboxsf_options o; member
/fs/ntfs/
Dunistr.c251 int i, o, wc_len; in ntfs_nlstoucs() local
327 int i, o, ns_len, wc; in ntfs_ucstonls() local
/fs/affs/
Daffs.h123 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument
124 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument
125 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
/fs/afs/
Drxrpc.c139 int o; in afs_alloc_call() local
168 int r, o; in afs_put_call() local
/fs/hpfs/
Dsuper.c448 int o; in hpfs_remount_fs() local
555 int o; in hpfs_fill_super() local
/fs/erofs/
Dutils.c38 int o; in erofs_workgroup_get() local
/fs/befs/
Dlinuxvfs.c509 int i, o; in befs_utf2nls() local
586 int i, o; in befs_nls2utf() local
/fs/gfs2/
Dops_fstype.c1011 char *o, *options; in gfs2_lm_mount() local
1441 int o; in gfs2_parse_param() local
Ddir.c159 unsigned int o; in gfs2_dir_write_data() local
273 unsigned int o; in gfs2_dir_read_data() local
/fs/fuse/
Dreaddir.c156 struct fuse_entry_out *o = &direntplus->entry_out; in fuse_direntplus_link() local
Ddir.c102 void fuse_change_entry_timeout(struct dentry *entry, struct fuse_entry_out *o) in fuse_change_entry_timeout()
108 u64 entry_attr_timeout(struct fuse_entry_out *o) in entry_attr_timeout()
/fs/proc/
Dkcore.c51 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
/fs/ext2/
Dxattr.c600 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
Dext2.h383 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument
384 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
/fs/jffs2/
Dwbuf.c269 #define jffs2_verify_write(c,b,o) (0) argument
/fs/ntfs3/
Dfslog.c2819 u16 o = le16_to_cpu(rec->attr_off); in check_if_attr() local
2843 u16 o = le16_to_cpu(rec->attr_off); in check_if_index_root() local
2869 u32 o = PtrOffset(attr, hdr) + de_off; in check_if_root_index() local
2894 u32 o = offsetof(struct INDEX_BUFFER, ihdr) + de_off; in check_if_alloc_index() local
/fs/
Dbinfmt_elf.c723 size_t o, step; in parse_elf_property() local

12