Searched refs:whiteouts (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 1309 struct list_head *whiteouts, in xlog_cil_build_lv_chain() argument 1321 list_move(&item->li_cil, whiteouts); in xlog_cil_build_lv_chain() 1343 struct list_head *whiteouts) in xlog_cil_cleanup_whiteouts() argument 1345 while (!list_empty(whiteouts)) { in xlog_cil_cleanup_whiteouts() 1346 struct xfs_log_item *item = list_first_entry(whiteouts, in xlog_cil_cleanup_whiteouts() 1391 LIST_HEAD (whiteouts); in xlog_cil_push_work() 1463 xlog_cil_build_lv_chain(ctx, &whiteouts, &num_iovecs, &num_bytes); in xlog_cil_push_work() 1590 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work() 1604 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work()
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 139 whiteouts and opaque directories 144 that files have been removed. This is done using whiteouts and opaque 158 An opaque directory should not contain any whiteouts, because they do not 588 that have overlayfs attributes, such as whiteouts or "overlay.*" xattrs, will 602 "overlay.opaque" xattr set to "x" (see `whiteouts and opaque directories`_). 603 These alternative whiteouts are never created by overlayfs, but can be used by 605 These alternative whiteouts can be escaped using the standard xattr escape
|