Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 17 of 17) sorted by relevance

/fs/
Dquota_v2.c139 struct v2_disk_dqblk *d = dp, empty; in v2_disk2memdqb() local
151 memset(&empty, 0, sizeof(struct v2_disk_dqblk)); in v2_disk2memdqb()
152 empty.dqb_itime = cpu_to_le64(1); in v2_disk2memdqb()
153 if (!memcmp(&empty, dp, sizeof(struct v2_disk_dqblk))) in v2_disk2memdqb()
Ddquot.c714 struct dquot *dquot = NODQUOT, *empty = NODQUOT; in dqget() local
729 if (empty == NODQUOT) { in dqget()
731 if ((empty = get_empty_dquot(sb, type)) == NODQUOT) in dqget()
735 dquot = empty; in dqget()
736 empty = NODQUOT; in dqget()
765 if (empty) in dqget()
766 do_destroy_dquot(empty); in dqget()
/fs/nfsd/
Dnfs4acl.c423 int empty; member
439 state->empty = 1; in init_state()
512 if (state->empty && (flags & NFS4_ACL_TYPE_DEFAULT)) { in posix_state_to_acl()
636 state->empty = 0; in process_one_v4_ace()
/fs/dlm/
Drecover.c198 int empty; in recover_list_empty() local
201 empty = list_empty(&ls->ls_recover_list); in recover_list_empty()
204 return empty; in recover_list_empty()
/fs/ocfs2/dlm/
Ddlmthread.c501 int empty; in dlm_dirty_list_empty() local
504 empty = list_empty(&dlm->dirty_list); in dlm_dirty_list_empty()
507 return empty; in dlm_dirty_list_empty()
/fs/btrfs/
Dctree.c33 struct extent_buffer *src, int empty);
1961 struct extent_buffer *src, int empty) in push_node_left() argument
1974 if (!empty && src_nritems <= 8) in push_node_left()
1980 if (empty) { in push_node_left()
2341 int empty) in push_leaf_right() argument
2392 if (empty) in push_leaf_right()
2404 if (!empty && push_items > 0) { in push_leaf_right()
2443 if (!empty && push_items == left_nritems) in push_leaf_right()
2536 int empty) in push_leaf_left() argument
2592 if (empty) in push_leaf_left()
[all …]
/fs/ntfs/
Dlayout.h180 #define ntfs_is_empty_record(x) ( ntfs_is_magic (x, empty) )
181 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) )
DChangeLog23 we try to empty the journal $LogFile contents by calling
154 journal and empty it as it is clean by definition. Note, this only
169 - Fix handling of valid but empty mapping pairs array in
888 is requested, empty $LogFile by overwriting it with 0xff bytes to
/fs/ocfs2/cluster/
Dheartbeat.c457 int empty; in o2hb_run_event_list() local
462 empty = list_empty(&queued_event->hn_item); in o2hb_run_event_list()
464 if (empty) in o2hb_run_event_list()
/fs/gfs2/
Dquota.c1332 int empty; in gfs2_quotad() local
1356 empty = list_empty(&sdp->sd_trunc_list); in gfs2_quotad()
1358 if (empty) in gfs2_quotad()
/fs/ocfs2/
Djournal.c972 int empty; in ocfs2_recovery_completed() local
976 empty = (rm->rm_used == 0); in ocfs2_recovery_completed()
979 return empty; in ocfs2_recovery_completed()
Ddlmglue.c3755 int empty = 0; in ocfs2_downconvert_thread_lists_empty() local
3759 empty = 1; in ocfs2_downconvert_thread_lists_empty()
3762 return empty; in ocfs2_downconvert_thread_lists_empty()
/fs/ubifs/
Dsuper.c884 c->empty = 1; in check_volume_empty()
890 c->empty = 0; in check_volume_empty()
1125 if (c->empty && (mounted_read_only || c->ro_media)) { in mount_ubifs()
Dsb.c525 if (c->empty) { in ubifs_read_superblock()
Dubifs.h1382 int empty; member
/fs/befs/
DChangeLog132 * Added test for "impossible" condition of empty internal nodes in
253 * Fix bug with reading an empty directory. (btree.c and dir.c)
/fs/cifs/
DCHANGES659 Fix oops on empty file readahead. Fix for file size handling for locally cached files.