FFS_MASK
return (node->file_ptr & ~FFS_MASK) << REQ_F_SUPPORT_NOWAIT_BIT;
return (struct file *)(node->file_ptr & FFS_MASK);