Searched refs:whiteouts (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log_cil.c | 1227 struct list_head *whiteouts, in xlog_cil_build_lv_chain() argument 1239 list_move(&item->li_cil, whiteouts); in xlog_cil_build_lv_chain() 1261 struct list_head *whiteouts) in xlog_cil_cleanup_whiteouts() argument 1263 while (!list_empty(whiteouts)) { in xlog_cil_cleanup_whiteouts() 1264 struct xfs_log_item *item = list_first_entry(whiteouts, in xlog_cil_cleanup_whiteouts() 1309 LIST_HEAD (whiteouts); in xlog_cil_push_work() 1381 xlog_cil_build_lv_chain(ctx, &whiteouts, &num_iovecs, &num_bytes); in xlog_cil_push_work() 1508 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work() 1522 xlog_cil_cleanup_whiteouts(&whiteouts); in xlog_cil_push_work()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | overlayfs.rst | 140 whiteouts and opaque directories 145 that files have been removed. This is done using whiteouts and opaque 159 An opaque directory should not contain any whiteouts, because they do not 566 that have overlayfs attributes, such as whiteouts or "overlay.*" xattrs, will 580 "overlay.opaque" xattr set to "x" (see `whiteouts and opaque directories`_). 581 These alternative whiteouts are never created by overlayfs, but can be used by 583 These alternative whiteouts can be escaped using the standard xattr escape
|