/fs/quota/ |
D | quota_v2.c | 200 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local 212 memset(&empty, 0, sizeof(struct v2r0_disk_dqblk)); in v2r0_disk2memdqb() 213 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb() 214 if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) in v2r0_disk2memdqb() 253 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local 265 memset(&empty, 0, sizeof(struct v2r1_disk_dqblk)); in v2r1_disk2memdqb() 266 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb() 267 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) in v2r1_disk2memdqb()
|
D | dquot.c | 851 struct dquot *dquot, *empty = NULL; in dqget() local 871 if (!empty) { in dqget() 873 empty = get_empty_dquot(sb, qid.type); in dqget() 874 if (!empty) in dqget() 878 dquot = empty; in dqget() 879 empty = NULL; in dqget() 918 if (empty) in dqget() 919 do_destroy_dquot(empty); in dqget()
|
/fs/dlm/ |
D | recover.c | 241 int empty; in recover_list_empty() local 244 empty = list_empty(&ls->ls_recover_list); in recover_list_empty() 247 return empty; in recover_list_empty() 297 int empty = 1; in recover_idr_empty() local 301 empty = 0; in recover_idr_empty() 304 return empty; in recover_idr_empty()
|
/fs/nfsd/ |
D | nfs4acl.c | 444 int empty; member 460 state->empty = 1; in init_state() 503 if (state->empty && (flags & NFS4_ACL_TYPE_DEFAULT)) in posix_state_to_acl() 627 state->empty = 0; in process_one_v4_ace()
|
/fs/btrfs/ |
D | ctree.c | 25 struct extent_buffer *src, int empty); 3252 struct extent_buffer *src, int empty) in push_node_left() argument 3266 if (!empty && src_nritems <= 8) in push_node_left() 3272 if (empty) { in push_node_left() 3634 int data_size, int empty, in __push_leaf_right() argument 3654 if (empty) in __push_leaf_right() 3667 if (!empty && push_items > 0) { in __push_leaf_right() 3695 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right() 3784 int empty, u32 min_slot) in push_leaf_right() argument 3833 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right() [all …]
|
D | inode.c | 5729 int empty = 0; in inode_tree_del() local 5735 empty = RB_EMPTY_ROOT(&root->inode_tree); in inode_tree_del() 5739 if (empty && btrfs_root_refs(&root->root_item) == 0) { in inode_tree_del() 5741 empty = RB_EMPTY_ROOT(&root->inode_tree); in inode_tree_del() 5743 if (empty) in inode_tree_del()
|
/fs/ocfs2/dlm/ |
D | dlmthread.c | 564 int empty; in dlm_dirty_list_empty() local 567 empty = list_empty(&dlm->dirty_list); in dlm_dirty_list_empty() 570 return empty; in dlm_dirty_list_empty()
|
/fs/ |
D | stat.c | 392 int empty = 0; in do_readlinkat() local 399 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat() 403 error = empty ? -ENOENT : -EINVAL; in do_readlinkat()
|
D | namei.c | 131 getname_flags(const char __user *filename, int flags, int *empty) in getname_flags() argument 195 if (empty) in getname_flags() 196 *empty = 1; in getname_flags() 2697 struct path *path, int *empty) in user_path_at_empty() argument 2699 return filename_lookup(dfd, getname_flags(name, flags, empty), in user_path_at_empty()
|
/fs/xfs/ |
D | xfs_log_cil.c | 970 bool empty = false; in xlog_cil_empty() local 974 empty = true; in xlog_cil_empty() 976 return empty; in xlog_cil_empty()
|
/fs/ntfs/ |
D | layout.h | 155 #define ntfs_is_empty_record(x) ( ntfs_is_magic (x, empty) ) 156 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) )
|
/fs/ocfs2/ |
D | journal.c | 1126 int empty; in ocfs2_recovery_completed() local 1130 empty = (rm->rm_used == 0); in ocfs2_recovery_completed() 1133 return empty; in ocfs2_recovery_completed()
|
D | dlmglue.c | 4372 int empty = 0; in ocfs2_downconvert_thread_lists_empty() local 4377 empty = 1; in ocfs2_downconvert_thread_lists_empty() 4380 return empty; in ocfs2_downconvert_thread_lists_empty()
|
/fs/gfs2/ |
D | quota.c | 1540 int empty; in gfs2_quotad() local 1568 empty = list_empty(&sdp->sd_trunc_list); in gfs2_quotad() 1570 if (empty && !sdp->sd_statfs_force_sync) in gfs2_quotad()
|
/fs/befs/ |
D | ChangeLog | 132 * Added test for "impossible" condition of empty internal nodes in 253 * Fix bug with reading an empty directory. (btree.c and dir.c)
|
/fs/ubifs/ |
D | super.c | 913 c->empty = 1; in check_volume_empty() 919 c->empty = 0; in check_volume_empty() 1232 if (c->empty && (c->ro_mount || c->ro_media)) { in mount_ubifs()
|
D | sb.c | 640 if (c->empty) { in ubifs_read_superblock()
|
D | ubifs.h | 1479 unsigned int empty:1; member
|