Home
last modified time | relevance | path

Searched refs:AT_DELAY_FLAG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dmapi.h197 #define AT_DELAY_FLAG(f) ((f&ATTR_NONBLOCK) ? DM_FLAGS_NDELAY : 0) macro
Dxfs_vnodeops.c402 int dmflags = AT_DELAY_FLAG(flags) | DM_SEM_FLAG_WR; in xfs_setattr()
930 0, 0, AT_DELAY_FLAG(flags)); in xfs_setattr()
4346 AT_DELAY_FLAG(attr_flags), NULL); in xfs_free_file_space()